xref: /freebsd/contrib/one-true-awk/testdir/t.bug1 (revision 2f7b0de1de4749e24608fc89a2db63e723c253d2)
1# this program fails if awk is created without separate I&D
2# prints garbage if no $3
3{ print $1, $3 }
4