]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parser/func2.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parser / func2.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/parser/func2.0 222512 2011-05-30 21:49:59Z jilles $
71aad674
A
2
3f() { return 42; }
4f() { return 3; } &
5f
6[ $? -eq 42 ]