check also implementation

This commit is contained in:
peter 2002-01-19 15:20:11 +00:00
parent 04248ee5b5
commit f4de74d6be

13
tests/webtbf/tw1599b.pp Normal file
View File

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