llgo.string (llgo/ssa.MakeString) fix

This commit is contained in:
xushiwei
2024-06-20 00:30:36 +08:00
parent b4e298230d
commit 4a1712f4cd
3 changed files with 11 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ func f() {
}
func main() {
println(c.GoString(c.Str("sync.Once demo\n"), 9))
println(c.GoString(c.Str("sync.Once demo\n")))
f()
f()
}