1# $FreeBSD$
2
3f() {
4	while return 4; do exit 3; done
5}
6f
7