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

     1  function _fn0() { exit }
     2  BEGIN { ARRAY[_fn0()] }