mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 08:49:33 +02:00
16 lines
138 B
ObjectPascal
16 lines
138 B
ObjectPascal
{ %fail }
|
|
|
|
program typecasttest;
|
|
|
|
{$mode objfpc}
|
|
|
|
procedure Test(const aArgs: array of const);
|
|
begin
|
|
TVarRec(aArgs);
|
|
end;
|
|
|
|
begin
|
|
|
|
end.
|
|
|