6 lines
51 B
Plaintext
6 lines
51 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
f() { return 3; }
|
||
|
f
|
||
|
[ `echo $?` = 3 ]
|