xref: /freebsd/contrib/one-true-awk/bugs-fixed/negative-nf.awk (revision f7c32ed617858bcd22f8d1b03199099d50125721)
1BEGIN { NF = -5; }
2