Sign in
go
/
gofrontend
/
658fe4f48374167bf8688e8dbd5f85eee155749e
/
.
/
libgo
/
go
/
cmd
/
gofmt
/
testdata
/
emptydecl.golden
blob: 33d6435e0a99dc63d16abb9cf6edaf9799b2de23 [
file
] [
log
] [
blame
]
//gofmt -s
// Test case for issue 7631.
package
main
// Keep this declaration
var
()
const
(
// Keep this declaration
)
func main
()
{}