issue28082.golden 249 B

12345678910111213
  1. // Copyright 2019 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package main
  5. // testcase for issue #28082
  6. func foo() {}
  7. func main() {}
  8. func bar() {}