mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 14:18:30 +02:00
14 lines
117 B
ObjectPascal
14 lines
117 B
ObjectPascal
{ this unit belongs to the udots tests }
|
|
|
|
unit Unit6;
|
|
|
|
interface
|
|
|
|
const
|
|
Unit6Str = 'Unit6';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|