aboutsummaryrefslogtreecommitdiffstats
path: root/test/aryprm7.awk
blob: b442b4da838a80a232884072d4a67ce11a65b1a9 (plain)
1
2
3
4
5
6
function f(x, y){
	y[1] = x
}
BEGIN {
	f(a, a)
}