pierre 25 năm trước cách đây
mục cha
commit
d54b55a11b
1 tập tin đã thay đổi với 18 bổ sung0 xóa
  1. 18 0
      tests/webtbs/tbug839.pp

+ 18 - 0
tests/webtbs/tbug839.pp

@@ -0,0 +1,18 @@
+{$mode tp}
+program notcom;
+
+type demo=object
+          constructor init;
+          destructor done(x:longint);
+          end;
+
+constructor demo.init;
+begin
+end;
+
+destructor demo.done(x:longint);
+begin
+end;
+
+begin
+end.