mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:19:30 +02:00
*** empty log message ***
This commit is contained in:
parent
bd5719a93e
commit
ae1a4de6dc
@ -11,3 +11,4 @@ Classes ............... testdom.pp
|
||||
Exceptions ............ testexc.pp
|
||||
testexc2.pp
|
||||
testexc3.pp
|
||||
Libraries ............. testlib.pp a very primitive test
|
||||
|
18
tests/test/testlib.pp
Normal file
18
tests/test/testlib.pp
Normal file
@ -0,0 +1,18 @@
|
||||
library bug;
|
||||
|
||||
const
|
||||
publicname='TestName';
|
||||
publicindex = 1234;
|
||||
|
||||
procedure Test;export;
|
||||
|
||||
begin
|
||||
end;
|
||||
|
||||
exports
|
||||
Test name publicname;
|
||||
exports
|
||||
Test index publicindex;
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user