summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/return7.4
blob: 3efdd7fd1c4905206553b90778397df66c27ecf6 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/builtins/return7.4 212475 2010-09-11 15:07:40Z jilles $

f() {
	while return 4; do exit 3; done
}
f