mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 16:10:25 +02:00
* objfpc mode added
This commit is contained in:
parent
88dc74a73f
commit
d082158f13
@ -1,3 +1,5 @@
|
|||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
procedure Test(ParArr :array of const);
|
procedure Test(ParArr :array of const);
|
||||||
begin
|
begin
|
||||||
writeln(ParArr[0].vtype,' ',vtObject,' ',vtclass);
|
writeln(ParArr[0].vtype,' ',vtObject,' ',vtclass);
|
||||||
|
Loading…
Reference in New Issue
Block a user