github.com/benhoyt/goawk@v1.8.1/testdata/t.bug1 (about) 1 # this program fails if awk is created without separate I&D 2 # prints garbage if no $3 3 { print $1, $3 }