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