mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 11:36:03 +02:00
14 lines
132 B
ObjectPascal
14 lines
132 B
ObjectPascal
{ %target=darwin }
|
|
{ %norun }
|
|
|
|
program testlink;
|
|
|
|
{$MODE Delphi}
|
|
{$modeswitch ObjectiveC1}
|
|
|
|
uses
|
|
uw20875a,uw20875b;
|
|
|
|
begin
|
|
end.
|