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