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