~vcs-imports/gawk/master

1
2
3
4
BEGIN {
	printf("%'d\n",123456789)
	printf("%'f\n",123456789)
}