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