xref: /freebsd-src/contrib/one-true-awk/bugs-fixed/fmt-overflow.awk (revision e48c002fa40a496ab097717902856fd2667e28c5)
1BEGIN { OFMT = "%.1000f"; print 1.25; }
2