~vcs-imports/gawk/master

1
2
3
4
5
BEGIN {
	printf "%d\n", -.4
	printf "%d\n", -0.0
	printf "%d\n", -.9
}