tutus-chain/pkg/compiler/testdata/inline/b/b.go

8 lines
53 B
Go

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