aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/execution/bg3.0
blob: 95f37d3584024a77fefdf8e8b2b53fe9e99f2187 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/execution/bg3.0 221027 2011-04-25 20:54:12Z jilles $

f() { return 42; }
f
(:) &