aboutsummaryrefslogtreecommitdiff
path: root/bugs-fixed/fmt-overflow.awk
blob: bf5877e4abacee8ad27d6d9c03081d9fef8740c3 (plain) (blame)
1
BEGIN { OFMT = "%.1000f"; print 1.25; }