uniugm/admin/lib/gofmt/testdata/emptydecl.golden
2025-05-08 17:33:46 +08:00

15 lines
140 B
Plaintext

//gofmt -s
// Test case for issue 7631.
package main
// Keep this declaration
var ()
const (
// Keep this declaration
)
func main() {}