Sign in
go
/
gofrontend
/
0411a2733fd468e69f1998edd91e8fe3ba40ff9e
/
.
/
libgo
/
go
/
cmd
/
gofmt
/
testdata
/
emptydecl.input
blob: 4948a61f0de2285960ebb54ed0392c474f69d503 [
file
]
//gofmt -s
// Test case for issue 7631.
package
main
// Keep this declaration
var
()
const
(
// Keep this declaration
)
type
()
func main
()
{}