mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-27 18:53:41 +02:00

+ uses getref for extracting error code + required command lines args can be place in the first line of source code following $OPT=
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. |