7 lines
68 B
Plaintext
Raw Normal View History

# $FreeBSD$
f() { return 42; }
f() { return 3; } &
f
[ $? -eq 42 ]