We did it

This commit is contained in:
Meyer Simon
2025-05-02 13:14:41 -04:00
parent b762127879
commit a876d279d1
2 changed files with 8 additions and 2 deletions

View File

@ -19,7 +19,7 @@ entry (arg) := {
result := 9;
}(* *)
} else {
result := 1; (* bar('c', 7); *)
result := bar('c', 7);
}
return 0;
}