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