summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw14958a.pp
blob: 84826421f65b33c0ca09ac12a2642f1e20406a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ %target=linux }
{ %norun }
library tw14958a;

uses
  uw14958;

exports
  Fun;

begin
  Writeln('  ExLib Main');
end.