fpc/tests/webtbs/tw36544a.pp
marco 73d3bed3d1 # revisions: 43901
git-svn-id: branches/fixes_3_2@43940 -
2020-01-14 10:36:43 +00:00

18 lines
251 B
ObjectPascal

{ %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.