Browse Source

*** empty log message ***

florian 25 năm trước cách đây
mục cha
commit
1f902711f3
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  1. 15 0
      tests/tbs/tbs0331.pp

+ 15 - 0
tests/tbs/tbs0331.pp

@@ -0,0 +1,15 @@
+{$mode tp}
+unit test;
+
+  interface
+
+    procedure a(s : string);
+
+  implementation
+
+    procedure a;
+
+      begin
+      end;
+
+end.