fpc/tests/tbs/tb0582.pp
yury ee1e6eb4ea * Add %delfiles for proper clean-up.
git-svn-id: branches/targetandroid@23495 -
2013-01-22 16:58:30 +00:00

13 lines
110 B
ObjectPascal

{ %norun }
{ %delfiles=tb0582 }
library liba;
function A : integer;
begin
end;
exports
A name 'c';
end.