fpc/tests/webtbs/tw3573.pp
Jonas Maebe 45b7358d81 + PIC support for darwin/ppc64
* added {$PIC+} for darwin to all library tests

git-svn-id: trunk@8868 -
2007-10-20 20:14:45 +00:00

27 lines
411 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}
{$ifdef darwin}
{$PIC+}
{$endif darwin}
resourcestring
wurst = 'jo' deprecated;
var
VersionNumber: Real library;
type
AppError = class(TObject)
end platform;
procedure SomeOldRoutine; stdcall; deprecated;
begin
end;
begin
end.