Commit 0cb50ad
committed
Fix assert in debug build.
execute block returns (out integer)
as
declare i integer;
begin
out = 0;
outer_while: while (out <= 8) do
begin
out = out + 1;
i = 0;
while (i <= 5) do
begin
i = i + 1;
if (i = 3) then
continue outer_while;
suspend;
end
end
end!1 parent 618dbbd commit 0cb50ad
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6012 | 6012 | | |
6013 | 6013 | | |
6014 | 6014 | | |
6015 | | - | |
6016 | | - | |
6017 | 6015 | | |
6018 | 6016 | | |
6019 | 6017 | | |
| |||
0 commit comments