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