mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 12:25:59 +02:00
* added
This commit is contained in:
parent
3baf37cbd1
commit
a1f1b9c441
10
tests/webtbs/tw1351.pp
Normal file
10
tests/webtbs/tw1351.pp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
procedure Test(ParArr :array of const);
|
||||||
|
begin
|
||||||
|
writeln(ParArr[0].vtype,' ',vtObject,' ',vtclass);
|
||||||
|
if ParArr[0].vtype<>vtObject then
|
||||||
|
halt(1);
|
||||||
|
end;
|
||||||
|
|
||||||
|
begin
|
||||||
|
Test([TObject.Create]);
|
||||||
|
end.
|
Loading…
Reference in New Issue
Block a user