]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/return6.4
e4d8e0d641a172f816e6d6da44e7b1ebfe9bf3a9
[apple/shell_cmds.git] / sh / tests / builtins / return6.4
1 # $FreeBSD$
2
3 while return 4; do exit 3; done