xref: /freebsd-14.2/bin/sh/tests/execution/unknown2.0 (revision a09ea2bb)
1# $FreeBSD$
2
3{
4	: $(/var/empty/nosuchtool)
5	: $(:)
6} 2>/dev/null
7