Explorar o código

*** empty log message ***

florian %!s(int64=25) %!d(string=hai) anos
pai
achega
1f902711f3
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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.