Sign in
mojo
/
mojo
/
de6c20aad64d53a7061c10e724e9924cfec679f6
/
.
/
mojom
/
generators
/
go
/
gofmt
/
testdata
/
emptydecl.input
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
()
{}