Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgo/go/cmd/gofmt/testdata/emptydecl.golden
2023-03-06 14:48:14 +01:00

14 lines
140 B
Text

//gofmt -s
// Test case for issue 7631.
package main
// Keep this declaration
var ()
const (
// Keep this declaration
)
func main() {}