mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 12:18:30 +02:00
9 lines
84 B
ObjectPascal
9 lines
84 B
ObjectPascal
{$mode objfpc}
|
|
var
|
|
o : tobject;
|
|
|
|
begin
|
|
if assigned(o) then
|
|
halt(1);
|
|
end.
|