mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 09:42:36 +02:00
15 lines
199 B
ObjectPascal
15 lines
199 B
ObjectPascal
{ This is a fake system unit to allow testing of the new code generator }
|
|
|
|
unit system;
|
|
|
|
interface
|
|
|
|
implementation
|
|
|
|
end.
|
|
$Log$
|
|
Revision 1.2 2000-07-13 11:33:38 michael
|
|
+ removed logs
|
|
|
|
}
|