fpc/tests/webtbs/tw36544a.pp
2024-12-23 16:11:45 +01:00

19 lines
262 B
ObjectPascal

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