Sfoglia il codice sorgente

*** empty log message ***

florian 23 anni fa
parent
commit
d7e2b965b8
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  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.