1function tst () {
2	sum += 1
3	return sum
4}
5
6BEGIN { OFMT = "%.0f" ; print tst() }
7