florian преди 26 години
родител
ревизия
465e3f2bb1
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      rtl/fakertl/system.pp

+ 9 - 0
rtl/fakertl/system.pp

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