peter %!s(int64=25) %!d(string=hai) anos
pai
achega
a1f1b9c441
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      tests/webtbs/tw1351.pp

+ 10 - 0
tests/webtbs/tw1351.pp

@@ -0,0 +1,10 @@
+procedure Test(ParArr :array of const);
+begin
+   writeln(ParArr[0].vtype,' ',vtObject,' ',vtclass);
+   if ParArr[0].vtype<>vtObject then
+    halt(1);
+end;
+
+begin
+        Test([TObject.Create]);
+end.