florian пре 25 година
родитељ
комит
1f902711f3
1 измењених фајлова са 15 додато и 0 уклоњено
  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.