Blame test/aryprm6.awk

Packit 575503
function f(x){
Packit 575503
	a
Packit 575503
	x[1] = 3
Packit 575503
}
Packit 575503
BEGIN {
Packit 575503
	f(a)
Packit 575503
}