summary refs log tree commit diff
path: root/bin/cash/tests/builtins/return1.0
blob: 26ae07ec7e784e08be4615dd31ff15d2e02d9539 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.0/bin/sh/tests/builtins/return1.0 149791 2005-09-05 09:42:10Z stefanf $
f() {
	return 0
	exit 1
}

f