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