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