mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
15 lines
140 B
Plaintext
15 lines
140 B
Plaintext
//gofmt -s
|
|
|
|
// Test case for issue 7631.
|
|
|
|
package main
|
|
|
|
// Keep this declaration
|
|
var ()
|
|
|
|
const (
|
|
// Keep this declaration
|
|
)
|
|
|
|
func main() {}
|