fpc/tests/webtbs/tw7838a.pp

23 lines
237 B
ObjectPascal

{ %norun }
{ %needlibrary }
{ %target=win32,win64,wince,linux}
library tw7838a;
{$mode objfpc} {$h+}
uses uw7838a;
function dllf: longint;
begin
result:=exetest;
if (result<>aa) then
halt(1);
end;
exports dllf;
begin
end.