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