aboutsummaryrefslogtreecommitdiff
path: root/src/tilde_proc.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-07-24 15:46:54 +0100
committergingerBill <bill@gingerbill.org>2023-07-24 15:46:54 +0100
commit78116e0ea24aef3f663832edfb5f9cd6aa7b6e57 (patch)
tree1ab8ad92d8c9d93ba506892333ca91e3d55edba1 /src/tilde_proc.cpp
parent5a50afa1fd863caa5459f516b2d6a482611cd4c7 (diff)
Implement for in statements for array-like values
Diffstat (limited to 'src/tilde_proc.cpp')
-rw-r--r--src/tilde_proc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilde_proc.cpp b/src/tilde_proc.cpp
index b3c81a7d5..ed28f5016 100644
--- a/src/tilde_proc.cpp
+++ b/src/tilde_proc.cpp
@@ -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();