mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
5 lines
47 B
Text
5 lines
47 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
f() { ! return $1; }
|
||
|
|
f 0 && ! f 1
|