fpc/tests/ts010100.pp
1998-10-28 13:34:07 +00:00

10 lines
83 B
ObjectPascal

{ $OPT= -S2
}
var
o : tobject;
begin
if assigned(o) then
halt(1);
end.