mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 16:47:53 +02:00
13 lines
92 B
ObjectPascal
13 lines
92 B
ObjectPascal
unit uimpluni1;
|
|
|
|
interface
|
|
|
|
uses uimpluni2;
|
|
|
|
const
|
|
ICanUseThis = 1;
|
|
|
|
implementation
|
|
|
|
end.
|