]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/execution/bg3.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / bg3.0
1 # $FreeBSD: head/bin/sh/tests/execution/bg3.0 221027 2011-04-25 20:54:12Z jilles $
2
3 f() { return 42; }
4 f
5 (:) &