~vcs-imports/gawk/master

1
2
3
4
5
6
function tst () {
	sum += 1
	return sum
}

BEGIN { OFMT = "%.0f" ; print tst() }