Ver Fonte

* new bug

peter há 21 anos atrás
pai
commit
1670f96d96
1 ficheiros alterados com 13 adições e 0 exclusões
  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.