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