~vcs-imports/gawk/master

1
2
3
4
5
6
function f(x, y){
	y[1] = x
}
BEGIN {
	f(a, a)
}