Initial commit
This commit is contained in:
6
tests/pointer_in_expression.eln
Normal file
6
tests/pointer_in_expression.eln
Normal file
@ -0,0 +1,6 @@
|
||||
var a: Int, b: ^Int;
|
||||
begin
|
||||
a := 5;
|
||||
b := @a;
|
||||
writei(b^)
|
||||
end.
|
Reference in New Issue
Block a user