Blame test/aryprm7.awk

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