Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/root/arm/go/src/cmd/gofmt/testdata/emptydecl.golden
//gofmt -s // Test case for issue 7631. package main // Keep this declaration var () const ( // Keep this declaration ) func main() {}