xref: /freebsd/bin/sh/tests/builtins/return1.0 (revision 0957b409)
1# $FreeBSD$
2f() {
3	return 0
4	exit 1
5}
6
7f
8