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