github.com/benhoyt/goawk@v1.8.1/testdata/gawk/aryprm6.awk (about)

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