summaryrefslogtreecommitdiff
path: root/test/aryprm4.awk
blob: 09427f6b75af10114891f059bd93f42b98147071 (plain)
1
2
3
4
5
6
7
function f(x){
	x = 1
}
BEGIN {
	f(a)
	a[1]
}