xref
: /
freebsd
/
bin
/
sh
/
tests
/
expansion
/
cmdsubst17.0
(revision ca2e4ecd7395ba655ab4bebe7262a06e634216ce)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
f() { return 3; }
4
f
5
[ `echo $?; :` = 3 ]
6