fpc/tests/ts/ts010100.pp
1999-12-02 17:37:24 +00:00

10 lines
83 B
ObjectPascal

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