~vcs-imports/gawk/master

1
2
3
4
5
6
function test(a)
{
	print a[1]
}

BEGIN	{ j = 4; test(j) }