mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-01 10:20:57 +01:00
11 lines
72 B
ObjectPascal
11 lines
72 B
ObjectPascal
{ %target=linux }
|
|
{ %norun }
|
|
|
|
library lib2a;
|
|
|
|
uses ulib2a;
|
|
|
|
begin
|
|
end.
|
|
|