浏览代码

check also implementation

peter 24 年之前
父节点
当前提交
f4de74d6be
共有 1 个文件被更改,包括 13 次插入0 次删除
  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.