neoneo-go/pkg/compiler/testdata/inline/b/b.go

8 lines
53 B
Go
Raw Normal View History

2021-02-04 15:41:00 +03:00
package b
var A = 12
func GetA() int {
return A
}