Retro68/gcc/libgo/go/cmd/gofmt/testdata/emptydecl.golden
2017-10-07 02:16:47 +02:00

15 lines
140 B
Plaintext

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