Retro68/gcc/libgo/go/cmd/gofmt/testdata/stdin2.input

12 lines
101 B
Plaintext
Raw Normal View History

2015-08-28 15:33:40 +00:00
//gofmt -stdin
var x int
func f() { y := z
/* this is a comment */
// this is a comment too
}