llgo/ssa: Do Call/Go/Defer

This commit is contained in:
xushiwei
2024-05-31 12:01:11 +08:00
parent 2196f2259f
commit 8f82d86a5d
6 changed files with 234 additions and 62 deletions

5
cl/_testgo/print/in.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
println('.', byte('.'))
}