mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
5 lines
56 B
Text
5 lines
56 B
Text
|
|
f() { return 42; }
|
|
f() { return 3; } &
|
|
f
|
|
[ $? -eq 42 ]
|