fpc/tests/webtbs/tw3573.pp
2005-01-24 15:53:20 +00:00

23 lines
370 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 3573 }
{ Submitted by "Simon Kissel" on 2005-01-18 }
{ e-mail: scamp@untergrund.net }
{$ifdef fpc}{$mode delphi}{$endif}
resourcestring
wurst = 'jo' deprecated;
var
VersionNumber: Real library;
type
AppError = class(TObject)
end platform;
procedure SomeOldRoutine; stdcall; deprecated;
begin
end;
begin
end.