]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/return6.4
1bddbebaa0c3e1a5ed3fdde81ee1b9cbddbcf680
[apple/shell_cmds.git] / sh / tests / builtins / return6.4
1 # $FreeBSD: head/bin/sh/tests/builtins/return6.4 212475 2010-09-11 15:07:40Z jilles $
2
3 while return 4; do exit 3; done