emptydecl.golden 140 B

1234567891011121314
  1. //gofmt -s
  2. // Test case for issue 7631.
  3. package main
  4. // Keep this declaration
  5. var ()
  6. const (
  7. // Keep this declaration
  8. )
  9. func main() {}