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

8 lines
53 B
Go
Executable File

package a
var A = 29
func GetA() int {
return A
}