return1.0   [plain text]


# $FreeBSD$
f() {
	return 0
	exit 1
}

f