summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/testdata/stdin2.golden
blob: 7eb1b54fec058ebbc4f248f05a63fddb63112380 (plain)
1
2
3
4
5
6
7
8
9
10
11


var x int

func f() {
	y := z
	/* this is a comment */
	// this is a comment too
}