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