Source file test/fixedbugs/issue33020.dir/a.go

     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  
     5  package a
     6  
     7  var G1 int
     8  var G2 int
     9  var G3 int
    10  var G4 int
    11  var G5 int
    12  var G6 int
    13  var G7 int
    14  var G8 int
    15  var G9 int
    16  var G10 int
    17  

View as plain text