mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 04:50:51 +01:00
15 lines
120 B
ObjectPascal
15 lines
120 B
ObjectPascal
{ %target=linux }
|
|
{ %norun }
|
|
library tw14958a;
|
|
|
|
uses
|
|
uw14958;
|
|
|
|
exports
|
|
Fun;
|
|
|
|
begin
|
|
Writeln(' ExLib Main');
|
|
end.
|
|
|