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