Browse Source

check also implementation

peter 24 năm trước cách đây
mục cha
commit
f4de74d6be
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      tests/webtbf/tw1599b.pp

+ 13 - 0
tests/webtbf/tw1599b.pp

@@ -0,0 +1,13 @@
+{ %fail }
+
+{$ifdef fpc}{$MODE objfpc}{$endif}
+
+unit tw1599b;
+interface
+
+implementation
+
+type
+  TMyClass = class;
+
+end.