xref
: /
freebsd
/
bin
/
sh
/
tests
/
builtins
/
case16.0
(revision 525fe93dc7487a1e63a90f6a2b956abc601963c1)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
f() { return 42; }
3
f
4
case x in
5
x) [ $? = 42 ] ;;
6
esac
7