fpc/tests/tbs/tb0304.pp

15 lines
153 B
ObjectPascal

{ %TARGET=win32,wince }
{ %needlibrary }
{ %NORUN }
library test;
procedure exporttest;export;
begin
end;
exports exporttest;
begin
end.