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