xref: /freebsd/bin/sh/tests/execution/bg3.0 (revision d8a0fe102c0cfdfcd5b818f850eff09d8536c9bc)
1# $FreeBSD$
2
3f() { return 42; }
4f
5(:) &
6