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