package main /* import ( "github.com/goplus/llgo/internal/runtime/c" ) */ func main() { a := map[int]int{23: 100, 7: 29} _ = a // c.Printf(c.Str("Hello %d\n"), a[23]) }