Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgo/go/cmd/gofmt/testdata/stdin2.golden

12 lines
101 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
//gofmt -stdin
var x int
func f() {
y := z
/* this is a comment */
// this is a comment too
}