summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/eval8.7
blob: af6064c388df153efe4184da43824e124ce78d85 (plain)
1
2
3
4
5
6
7
# $FreeBSD$

f() {
	eval "return 7
echo bad2"
}
f
OpenPOWER on IntegriCloud