mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +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);
|
||||
begin
|
||||
writeln(ParArr[0].vtype,' ',vtObject,' ',vtclass);
|
||||
|
Loading…
Reference in New Issue
Block a user