mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 06:58:04 +02:00
7 lines
44 B
ObjectPascal
7 lines
44 B
ObjectPascal
var
|
|
o : tobject;
|
|
|
|
begin
|
|
halt(1);
|
|
end.
|