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