+ initial version

This commit is contained in:
Jonas Maebe 2002-06-13 08:31:57 +00:00
parent c9f2e8007f
commit 375eca81ae

15
tests/test/tsubdecl.pp Normal file
View File

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