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