Browse Source

* new bug

peter 20 years ago
parent
commit
1670f96d96
1 changed files with 13 additions and 0 deletions
  1. 13 0
      tests/webtbf/tw3631.pp

+ 13 - 0
tests/webtbf/tw3631.pp

@@ -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.