mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 23:59:35 +02:00
11 lines
96 B
ObjectPascal
11 lines
96 B
ObjectPascal
|
|
type
|
|
r=record
|
|
a :longint;
|
|
end;
|
|
var
|
|
w : ^r;
|
|
begin
|
|
if w^<>$1111 then
|
|
writeln;
|
|
end. |