fpc/tests/webtbs/tw14958a.pp

16 lines
137 B
ObjectPascal

{ %target=linux }
{ %needlibrary }
{ %norun }
library tw14958a;
uses
uw14958;
exports
Fun;
begin
Writeln(' ExLib Main');
end.