mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 19:09:35 +02:00
14 lines
113 B
ObjectPascal
14 lines
113 B
ObjectPascal
unit uunit3b;
|
|
|
|
interface
|
|
|
|
uses
|
|
uunit3c;
|
|
|
|
type
|
|
tpl = uunit3c.tpl;
|
|
|
|
implementation
|
|
|
|
end.
|