Browse Source

*** empty log message ***

florian 25 years ago
parent
commit
1f902711f3
1 changed files with 15 additions and 0 deletions
  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.