mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Implement for in statements for array-like values
This commit is contained in:
+1
-1
@@ -396,7 +396,7 @@ gb_internal void cg_procedure_generate(cgProcedure *p) {
|
||||
|
||||
|
||||
if (
|
||||
// string_starts_with(p->name, str_lit("runtime@_os_write")) ||
|
||||
// string_starts_with(p->name, str_lit("bug@main")) ||
|
||||
false
|
||||
) { // IR Printing
|
||||
TB_Arena *arena = tb_default_arena();
|
||||
|
||||
Reference in New Issue
Block a user