mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
* new bug
This commit is contained in:
parent
50d0ba7a7f
commit
1670f96d96
13
tests/webtbf/tw3631.pp
Normal file
13
tests/webtbf/tw3631.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user