mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:28:11 +02:00
15 lines
137 B
ObjectPascal
15 lines
137 B
ObjectPascal
unit uunit2a;
|
|
|
|
interface
|
|
|
|
uses
|
|
uunit2b;
|
|
|
|
type
|
|
tr = uunit2b.tr;
|
|
tpl = uunit2b.tpl;
|
|
|
|
implementation
|
|
|
|
end.
|