mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:28:12 +02:00
13 lines
107 B
ObjectPascal
13 lines
107 B
ObjectPascal
{ %FAIL }
|
|
|
|
type
|
|
r=record
|
|
a :longint;
|
|
end;
|
|
var
|
|
w : ^r;
|
|
begin
|
|
if w^<>$1111 then
|
|
writeln;
|
|
end.
|