module "main" extern "puts" func puts(text: cstring) extern "main" func main(argc: i64, argv: [?]cstring): i64 { let x = [23]i32 return x[0] }