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