github.com/goplus/llgo@v0.8.3/cl/_testdata/varinit/in.go (about) 1 package main 2 3 var a = 100 4 5 func main() { 6 a++ 7 _ = a 8 }