Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
golang
/
1.22.0
/
src
/
cmd
/
gofmt
/
testdata
/
Filename :
emptydecl.input
back
Copy
//gofmt -s // Test case for issue 7631. package main // Keep this declaration var () const ( // Keep this declaration ) type () func main() {}