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