patch runtime, sync (use llgo:skipall)

This commit is contained in:
xushiwei
2024-06-16 23:07:42 +08:00
parent 9c8570b37d
commit df2f13c9b6
7 changed files with 96 additions and 17 deletions

View File

@@ -6,6 +6,5 @@ import (
func main() {
var v int64 = 100
atomic.AddInt64(&v, 1)
println(v)
println(atomic.AddInt64(&v, 1))
}