fpc/tests/webtbf/tw3631.pp

14 lines
144 B
ObjectPascal

{ %fail }
{ %opt=-Sew -vw -Oonodeadvalues}
var
a : array[0..32] of byte;
procedure p(const a:array of byte);
begin
end;
begin
p(a);
end.