return7.4   [plain text]


# $FreeBSD$

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