Blame test/aryprm4.awk

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