mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 22:30:52 +01:00
13 lines
119 B
ObjectPascal
13 lines
119 B
ObjectPascal
{ $OPT= -Twin32 }
|
|
library test;
|
|
|
|
procedure exporttest;export;
|
|
|
|
begin
|
|
end;
|
|
|
|
exports exporttest;
|
|
|
|
begin
|
|
end.
|