namespace main struct Human { name: cstring age: i64 } export func main(args: []cstring): i64 { c::puts("john") return 0 }