summaryrefslogtreecommitdiff
path: root/regress/usr.bin/bc/t5.in
blob: c02b1b6c5e75fdc4bfa1b52c89120553fc24b342 (plain)
1
2
3
4
5
6
7
define f(a, b, c[]) {
	auto d,e,f;
	a=1;
	return (8);
}

f(1,2,g[])