fpc/tests/webtbs/tw14958a.pp
2009-11-15 13:50:14 +00:00

15 lines
120 B
ObjectPascal

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