summaryrefslogtreecommitdiff
path: root/tests/tbs/tb0418.pp
blob: 55c165ce7cd5b3084b33ded1ac94fcd260c673af (plain)
1
2
3
4
5
6
7
8
9

procedure array_test(b: integer; parr: array of word; c: integer);
begin
end;


begin
  array_test(0,[12,33,45],0);
end.