Run with 'use' prefixed

This commit is contained in:
Bruce Hill 2024-03-17 21:47:24 -04:00
parent 594d58b6e2
commit 9a970964a5

4
tomo.c
View File

@ -137,8 +137,8 @@ int main(int argc, char *argv[])
"(void)argc;\n"
"(void)argv;\n"
"GC_INIT();\n"
"detect_color();\n"
"use();\n"
"detect_color();\n",
module.module_name, "$use();\n"
"return 0;\n"
"}\n"
);