summaryrefslogtreecommitdiff
path: root/usr/src/test/util-tests/tests/awk/bugs-fixed/a-format.awk
blob: 67a11222c835adfffe34eebb0eb9c10abfa6bdd6 (plain)
1
2
3
BEGIN {
	printf("%.1a\n", 42)
}