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