mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
6 lines
68 B
Text
6 lines
68 B
Text
# $FreeBSD$
|
|
|
|
f() { return 42; }
|
|
f() { return 3; } &
|
|
f
|
|
[ $? -eq 42 ]
|