Explorar o código

* unit needed for ts010018

pierre %!s(int64=26) %!d(string=hai) anos
pai
achega
64257a0484
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      tests/ts/th010018.pp

+ 14 - 0
tests/ts/th010018.pp

@@ -0,0 +1,14 @@
+unit th010018;
+
+interface
+type
+  rec=object
+    i : longint;
+    nrs : (one,two,three);
+  end;
+var
+  brec : rec;
+
+implementation
+
+end.