blob: 22daa6621d6a2a9f0385ddcd17937c5fcae4d9b4 [file] [log] [blame]
//gofmt -s
// Test case for issue 7631.
package gofmt
// Keep this declaration
var ()
const (
// Keep this declaration
)
type ()
func main() {}