Files
moxa/_test/var14.go
2020-09-16 10:58:04 +02:00

11 lines
121 B
Go

package main
import "github.com/traefik/yaegi/_test/vars"
func main() {
println(vars.A)
}
// Output:
// hello world!