1# $FreeBSD: head/bin/sh/tests/execution/bg2.0 221027 2011-04-25 20:54:12Z jilles $
2
3f() { return 42; }
4f
5: | : &
6