fpc/tests/tbs/tb0329.pp
2000-11-30 22:38:14 +00:00

9 lines
84 B
ObjectPascal

{$mode objfpc}
var
o : tobject;
begin
if assigned(o) then
halt(1);
end.