fpc/tests/webtbs/tw7838a.pp
yury 87df3ab325 * Enable more tests for android.
git-svn-id: branches/targetandroid@23404 -
2013-01-16 10:57:51 +00:00

23 lines
245 B
ObjectPascal

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