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