aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c1999e766..bf4d19d30 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -685,6 +685,8 @@ i32 exec_llvm_llc(String output_base) {
#endif
}
+
+
int main(int arg_count, char **arg_ptr) {
if (arg_count < 2) {
usage(make_string_c(arg_ptr[0]));