func2.0   [plain text]


# $FreeBSD$

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