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