1# $FreeBSD: head/tools/regression/bin/sh/execution/not1.0 249407 2013-04-12 15:19:35Z jilles $
2
3f() { ! return $1; }
4f 0 && ! f 1
5