summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/execution/not1.0
blob: 12c6265a92829b9352c1910a0f3b508178c7d334 (plain)
1
2
3
4
# $FreeBSD$

f() { ! return $1; }
f 0 && ! f 1
OpenPOWER on IntegriCloud