Internal error 99080501 IE99080501

FPC [main]

program app;
{$mode objfpc}

procedure test(a: array of const);
begin
  a := [1, 2, 3];
end;

begin
end.

📝

Yes, I know it's invalid artificially created code