* new bug

This commit is contained in:
peter 2005-02-04 16:31:11 +00:00
parent 50d0ba7a7f
commit 1670f96d96

13
tests/webtbf/tw3631.pp Normal file
View File

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