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