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