Browse Source

check also implementation

peter 23 years ago
parent
commit
f4de74d6be
1 changed files with 13 additions and 0 deletions
  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.