summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/return1.0
blob: 787e892a769802908ac58f5597cc8fec29261238 (plain)
1
2
3
4
5
6
7
# $FreeBSD$
f() {
	return 0
	exit 1
}

f
OpenPOWER on IntegriCloud