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

     1  # make sure that ; + \n at end after function works
     2  function foo() { print "foo" } ;
     3  BEGIN { foo() }