summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/testdata/stdin2.input
blob: 99defd2d10c5c3cb53e294fbcf9f955fe2a26f9f (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
}