1# $FreeBSD$
2
3f() { return 42; }
4f
5case x in
6x) [ $? = 42 ] ;;
7esac
8