summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/return7.4
blob: 2047373473ab3a90d959f978d5833942ca0072f3 (plain)
1
2
3
4
5
6
# $FreeBSD$

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