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