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