xref: /src/contrib/one-true-awk/testdir/t.ofmt (revision 606d0e4a9a862a7b4e3469a084834ca0e888afa4)
1BEGIN	{OFMT="%.5g"}
2	{print $1+0}
3