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