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