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