summary refs log tree commit diff
path: root/bin/cash/tests/builtins/return7.4
blob: de459c152ba26ed504a1a303cb566392992ef24f (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.0/bin/sh/tests/builtins/return7.4 212475 2010-09-11 15:07:40Z jilles $

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