mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-10 05:42:46 +02:00
10 lines
83 B
ObjectPascal
10 lines
83 B
ObjectPascal
{ $OPT= -S2
|
|
}
|
|
var
|
|
o : tobject;
|
|
|
|
begin
|
|
if assigned(o) then
|
|
halt(1);
|
|
end.
|