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