xref: /freebsd/bin/sh/tests/builtins/return6.4 (revision 0957b409)
1# $FreeBSD$
2
3while return 4; do exit 3; done
4