Retro68/gcc/libgo/go/cmd/gofmt/testdata/stdin2.golden
2015-08-28 17:33:40 +02:00

12 lines
101 B
Plaintext

//gofmt -stdin
var x int
func f() {
y := z
/* this is a comment */
// this is a comment too
}