mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28:55 +02:00
7 lines
76 B
ObjectPascal
7 lines
76 B
ObjectPascal
{$mode objfpc}
|
|
|
|
begin
|
|
if tobject.inheritsfrom(nil) then
|
|
halt(1);
|
|
end.
|