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

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