* initial release

This commit is contained in:
florian 1999-08-02 21:58:45 +00:00
parent c5ec9f220b
commit 465e3f2bb1

9
rtl/fakertl/system.pp Normal file
View File

@ -0,0 +1,9 @@
{ This is a fake system unit to allow testing of the new code generator }
unit system
interface
implementation
end.