mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 02:49:32 +01: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. |