mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-24 08:27:53 +00:00
Wrap entry point main around the C style main in the IR
This commit is contained in:
+1
-1
@@ -138,8 +138,8 @@ Type_Info :: struct #ordered {
|
||||
// This will be set by the compiler
|
||||
__type_table: []Type_Info;
|
||||
|
||||
__argv__: ^^u8;
|
||||
__argc__: i32;
|
||||
__argv__: ^^u8;
|
||||
|
||||
// IMPORTANT NOTE(bill): Must be in this order (as the compiler relies upon it)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user