summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw11632.pp
blob: ae7439ff65dc9462f4a3150049c1219dcda07b84 (plain)
1
2
3
4
5
6
7
{ %fail }
{$mode objfpc}
program crash1;
procedure a(b: array of const); begin end;
begin
  a([0..1]);
end.