Browse Source

+ initial version

Jonas Maebe 23 years ago
parent
commit
375eca81ae
1 changed files with 15 additions and 0 deletions
  1. 15 0
      tests/test/tsubdecl.pp

+ 15 - 0
tests/test/tsubdecl.pp

@@ -0,0 +1,15 @@
+{ %fail }
+unit tsubdecl;
+
+interface
+
+  Procedure CFreeMemSize(p:pointer);
+
+implementation
+
+Procedure CFreeMemSize(var p:pointer);
+begin
+end;
+
+end.
+