cl: _testdata/varinit

This commit is contained in:
xushiwei
2024-04-20 23:57:55 +08:00
parent 643e5e699d
commit 358e18b9de
3 changed files with 48 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
package main
var a = 100
func main() {
a++
_ = a
}