fpc/tests/tbs/tb0304.pp
peter 06c7671945 * changed $ifdefs to %target
* removed obsolete dpmiexcp unit for go32v2
2002-12-24 22:31:26 +00:00

14 lines
130 B
ObjectPascal

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