(root)/
gawk-5.2.2/
test/
aryprm5.awk
function f(x){
	x[1] = x
}
BEGIN {
	f(a)
}