xref: /illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/negative-nf.awk (revision 6446bd46ed1b4e9f69da153665f82181ccaedad5)
1BEGIN { NF = -5; }
2