summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw18267.pp
blob: cec978336e022745c4b876aa0fa677c3dc51c5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ %fail }

program typecasttest;

{$mode objfpc}

procedure Test(const aArgs: array of const);
begin
  TVarRec(aArgs);
end;

begin

end.