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