mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-29 06:30:35 +01:00
14 lines
93 B
ObjectPascal
14 lines
93 B
ObjectPascal
unit uimpluni1;
|
|
|
|
interface
|
|
|
|
uses uimpluni2;
|
|
|
|
const
|
|
ICanUseThis = 1;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|