We did it
This commit is contained in:
@ -19,7 +19,7 @@ entry (arg) := {
|
||||
result := 9;
|
||||
}(* *)
|
||||
} else {
|
||||
result := 1; (* bar('c', 7); *)
|
||||
result := bar('c', 7);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user