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