mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 07:59:27 +02:00
16 lines
143 B
ObjectPascal
16 lines
143 B
ObjectPascal
{ %target=linux,haiku }
|
|
{ %needlibrary }
|
|
{ %norun }
|
|
library tw14958a;
|
|
|
|
uses
|
|
uw14958;
|
|
|
|
exports
|
|
Fun;
|
|
|
|
begin
|
|
Writeln(' ExLib Main');
|
|
end.
|
|
|