(root)/
gawk-5.2.2/
test/
prmarscl.awk
function test(a)
{
	print a[1]
}

BEGIN	{ j = 4; test(j) }