llgo/ssa,runtime: Slice

This commit is contained in:
xushiwei
2024-04-30 08:23:55 +08:00
parent 91401c4571
commit 0bfc269652
12 changed files with 109 additions and 16 deletions

View File

@@ -9,5 +9,5 @@ func incVal(a any) int {
}
func main() {
c.Printf(c.String("Hello %d\n"), incVal(100))
c.Printf(c.Str("Hello %d\n"), incVal(100))
}