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