1package noFuncsNoTests
2
3const foo = 1
4
5var G struct {
6	x int
7	y bool
8}
9