xref: /openbsd/regress/usr.bin/bc/t5.in (revision 72a6d7bd)
1define f(a, b, c[]) {
2	auto d,e,f;
3	a=1;
4	return (8);
5}
6
7f(1,2,g[])
8