diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 760f8566..f7748b14 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,6 +26,8 @@ bool debug_enabled() /// main!
int main(int argc, char *argv[])
{
+ AST_InitProvidedModule();
+
const char *infile = NULL;
::std::string outfile;
const char *crate_path = ".";
|