Browse Source

*** empty log message ***

florian 23 years ago
parent
commit
d7e2b965b8
1 changed files with 14 additions and 0 deletions
  1. 14 0
      tests/tbs/tb0402.pp

+ 14 - 0
tests/tbs/tb0402.pp

@@ -0,0 +1,14 @@
+type
+   ta = array of longint;
+
+procedure p(i : iunknown;a : ta = nil);
+
+  begin
+  end;
+
+var
+   o : tinterfacedobject;
+
+begin
+   p(o);
+end.