fpc/tests/webtbf/tw3631.pp
2005-02-04 16:31:11 +00:00

14 lines
125 B
ObjectPascal

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