summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/testdata/emptydecl.golden
blob: 9fe62c9738a148385d1a81e0b7ada9646c55018a (plain)
1
2
3
4
5
6
7
8
9
10
package main

// Keep this declaration
var ()

const (
// Keep this declaration
)

func main() {}