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

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