summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/testdata/stdin3.golden
blob: 1bf2f5a483f9a0e0c0a10a959045f5a44911547b (plain)
1
2
3
4
5
6

		/* note: no newline at end of file */
		for i := 0; i < 10; i++ {
			s += i
		}