]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/eval8.7
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / eval8.7
1 # $FreeBSD$
2
3 f() {
4 eval "return 7
5 echo bad2"
6 }
7 f