xref: /freebsd/bin/sh/tests/builtins/return1.0 (revision d0b2dbfa)
1f() {
2	return 0
3	exit 1
4}
5
6f
7