fpc/tests/webtbs/tw7838a.pp
yury 7869db56cc * Fixed tests to compile for wince.
git-svn-id: trunk@10733 -
2008-04-19 23:21:24 +00:00

22 lines
220 B
ObjectPascal

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