fpc/tests/tbs/tb0350.pp
2001-06-02 19:20:37 +00:00

10 lines
108 B
ObjectPascal

{ %VERSION=1.1 }
{$mode objfpc}
var
a : longint absolute 0;
begin
if @a<>nil then
halt(1);
end.