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