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