1# $FreeBSD: head/tools/regression/bin/sh/builtins/return1.0 149791 2005-09-05 09:42:10Z stefanf $
2f() {
3	return 0
4	exit 1
5}
6
7f
8