Don't relax function calls

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

View File

@@ -0,0 +1,6 @@
var a: Int, b: ^Int;
begin
a := 5;
b := @a;
writei(b^)
end.