xref: /freebsd-src/bin/sh/tests/execution/subshell4.0 (revision 02d98d1850f870e535b93dccb7284dffe81d65d7)
1
2(eval "set v=1"; false) && echo bad; :
3