parser: rename main function to __rayoko_main

This commit is contained in:
Luna 2019-09-29 12:46:31 -03:00
parent f00741deca
commit 88e505b524
4 changed files with 11 additions and 2 deletions

View file

@ -30,5 +30,5 @@ fn add(a: i32, b: i32) i32 {
}
fn main() i32 {
return 0;
return 1;
}