fpc/tests/tbs/tb0304.pp
oro06 feb8de2d67 *arm-wince wince added to win32 tests
git-svn-id: trunk@2615 -
2006-02-17 07:38:55 +00:00

14 lines
136 B
ObjectPascal

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