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