mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 09:51:32 +02:00
11 lines
72 B
ObjectPascal
11 lines
72 B
ObjectPascal
{ %target=linux }
|
|
{ %norun }
|
|
|
|
library lib2a;
|
|
|
|
uses ulib2a;
|
|
|
|
begin
|
|
end.
|
|
|