github.com/benhoyt/goawk@v1.8.1/testdata/gawk/funsmnam.awk (about) 1 function foo( \ 2 foo) 3 { 4 print foo 5 } 6 { foo() }