mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
7 lines
81 B
ObjectPascal
7 lines
81 B
ObjectPascal
program tw35965;
|
|
|
|
begin
|
|
if TObject.UnitName <> 'System' then
|
|
Halt(1);
|
|
end.
|