build: separate compiler and libs
This commit is contained in:
10
compiler/cl/_testrt/map/in.go
Normal file
10
compiler/cl/_testrt/map/in.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/goplus/llgo/c"
|
||||
)
|
||||
|
||||
func main() {
|
||||
a := map[int]int{23: 100, 7: 29}
|
||||
c.Printf(c.Str("Hello %d\n"), a[23])
|
||||
}
|
||||
Reference in New Issue
Block a user