case16.0   [plain text]


# $FreeBSD$

f() { return 42; }
f
case x in
x) [ $? = 42 ] ;;
esac