mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
7 lines
68 B
Text
7 lines
68 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
f() { return 42; }
|
||
|
|
f() { return 3; } &
|
||
|
|
f
|
||
|
|
[ $? -eq 42 ]
|