mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 12:27:20 +01:00
14 lines
108 B
ObjectPascal
14 lines
108 B
ObjectPascal
unit tunit4;
|
|
|
|
interface
|
|
|
|
uses
|
|
tunit3;
|
|
|
|
type
|
|
tr = tunit3.tr;
|
|
|
|
implementation
|
|
|
|
end.
|