(root)/
gcc-13.2.0/
libgo/
go/
cmd/
gofmt/
testdata/
emptydecl.golden
//gofmt -s

// Test case for issue 7631.

package main

// Keep this declaration
var ()

const (
// Keep this declaration
)

func main() {}