mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-01 02:42:09 +00:00
append :: proc(s: ^[]T, i: T) -> bool
This commit is contained in:
@@ -39,6 +39,8 @@ int main(int argc, char **argv) {
|
||||
ssa_gen_code(&ssa);
|
||||
|
||||
success = 0;
|
||||
} else {
|
||||
gb_printf("Failed to build: %s\n", init_filename);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user