portable-devtools / go /src /cmd /gofmt /testdata /emptydecl.input
codekingpro's picture
Add files using upload-large-folder tool
4929087 verified
Raw
History Blame Contribute Delete
148 Bytes
//gofmt -s
// Test case for issue 7631.
package main
// Keep this declaration
var ()
const (
// Keep this declaration
)
type ()
func main() {}