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