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