diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lextest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lextest.cpp b/tests/lextest.cpp index 403bbce..f918ff7 100644 --- a/tests/lextest.cpp +++ b/tests/lextest.cpp @@ -1,7 +1,7 @@ #include <iostream> #include <rawld.h> -void main(int argc, char **argv) +int main(int argc, char **argv) { RawLD::createModule("tmp/lextest"); RawLD lex("tmp/lextest"); |