xref: /freebsd/bin/sh/tests/execution/bg4.0 (revision dc36d6f9bb1753f3808552f3afd30eda9a7b206a)
1
2x=''
3: ${x:=1} &
4wait
5exit ${x:-0}
6