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

8 lines
53 B
Go
Raw Normal View History

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