Skip to content

Commit

Permalink
Return zero from main
Browse files Browse the repository at this point in the history
  • Loading branch information
phischu committed Jan 21, 2025
1 parent 24c5c51 commit dc49340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/llvm/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ int main(int argc, char *argv[]) {
uv_loop_t *loop = uv_default_loop();
uv_run(loop, UV_RUN_DEFAULT);
uv_loop_close(loop);
return 0;
}

0 comments on commit dc49340

Please sign in to comment.