go / src /cmd /gofmt /testdata /emptydecl.input
AbdulElahGwaith's picture
Upload folder using huggingface_hub
e36aeda verified
//gofmt -s
// Test case for issue 7631.
package main
// Keep this declaration
var ()
const (
// Keep this declaration
)
type ()
func main() {}