xref: /freebsd/bin/sh/tests/execution/not1.0 (revision b37f6c9805edb4b89f0a8c2b78f78a3dcfc0647b)
1# $FreeBSD$
2
3f() { ! return $1; }
4f 0 && ! f 1
5