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