module "main" extern "puts" func puts(text: cstring) func main(args: []cstring): i64 { puts("test") return 0 }