xref
: /
freebsd
/
bin
/
sh
/
tests
/
parser
/
func2.0
(revision 745c6c0431d01b4fc3247f4eac08a2181d71e008)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
f() { return 42; }
3
f() { return 3; } &
4
f
5
[ $? -eq 42 ]
6