mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 00:42:06 +02:00
+ initial version
This commit is contained in:
parent
c9f2e8007f
commit
375eca81ae
15
tests/test/tsubdecl.pp
Normal file
15
tests/test/tsubdecl.pp
Normal file
@ -0,0 +1,15 @@
|
||||
{ %fail }
|
||||
unit tsubdecl;
|
||||
|
||||
interface
|
||||
|
||||
Procedure CFreeMemSize(p:pointer);
|
||||
|
||||
implementation
|
||||
|
||||
Procedure CFreeMemSize(var p:pointer);
|
||||
begin
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user