xref: /freebsd/bin/sh/tests/expansion/cmdsubst16.0 (revision 59144db3fca192c4637637dfe6b5a5d98632cd47)
1
2f() { return 3; }
3f
4[ `echo $?` = 3 ]
5