fpc/tests/tf000001.pp
pierre b3867488fb + added a makefile for tests
+ uses getref  for extracting error code
  + required command lines args can be place in the first line of
    source code
    following $OPT=
1998-10-21 11:33:26 +00:00

11 lines
96 B
ObjectPascal

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