summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw36544a.pp
blob: 582399193d2f05bd4db0fe81ed53079329ae32e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android,haiku }
{ %needlibrary }
{$mode objfpc}
library tw36544a;

uses
  uw36544;

procedure library_procedure;
begin
  writeln('Not ok');
end;

exports library_procedure;

begin
end.