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