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