neoneo-go/pkg/compiler/testdata/inline/b/b.go
2021-02-15 18:48:33 +03:00

7 lines
53 B
Go

package b
var A = 12
func GetA() int {
return A
}