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