ソースを参照

* initial release

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.