Sign in
go
/
go.git
/
b620f6fde52f8b568c4bc0cd9b5a7cff151b6024
/
.
/
src
/
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
()
{}