7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
f() { return 42; }
|
||
|
f() { return 3; } &
|
||
|
f
|
||
|
[ $? -eq 42 ]
|