소스 검색

* 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.