xref: /freebsd/bin/sh/tests/builtins/return7.4 (revision d0b2dbfa)
1
2f() {
3	while return 4; do exit 3; done
4}
5f
6