Don't relax function calls

This commit is contained in:
2024-04-12 00:07:46 +02:00
parent ad45de9049
commit c6ef27d809
10 changed files with 55 additions and 16 deletions

View File

@ -5,5 +5,7 @@ begin
writei(5);
writei(5);
writei(5)
end
end;
if 1 < 2 then writei(9);
if 1 > 2 then writei(10)
end.