xref: /illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/t.bug1 (revision a5e0ce4a35eac5e48f0dd1d4761dbcdec8372fa0)
1# this program fails if awk is created without separate I&D
2# prints garbage if no $3
3{ print $1, $3 }
4