fpc/tests/webtbs/tw14958a.pp
2016-08-14 14:09:24 +00:00

16 lines
143 B
ObjectPascal

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