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