fpc/tests/webtbs/tw15690.pp
2010-02-06 18:14:26 +00:00

7 lines
76 B
ObjectPascal

{$mode objfpc}
begin
if tobject.inheritsfrom(nil) then
halt(1);
end.