xref: /freebsd/bin/sh/tests/execution/not2.0 (revision 069ac184)
1
2while :; do
3	! break
4	exit 3
5done
6