blob: 95920219d33523daa806f2b7333eccd941f15684 [file] [log] [blame]
package testdata
var gl int
type X struct {
a int
b int
}
func main() {
print(gl)
}