fpc/tests/tf/tf000001.pp
1999-12-02 17:37:24 +00:00

11 lines
96 B
ObjectPascal

type
r=record
a :longint;
end;
var
w : ^r;
begin
if w^<>$1111 then
writeln;
end.