]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/return1.0
787e892a769802908ac58f5597cc8fec29261238
[apple/shell_cmds.git] / sh / tests / builtins / return1.0
1 # $FreeBSD$
2 f() {
3 return 0
4 exit 1
5 }
6
7 f