mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-21 04:01:31 +01:00
14 lines
102 B
ObjectPascal
14 lines
102 B
ObjectPascal
unit testu5;
|
|
|
|
interface
|
|
|
|
uses
|
|
testu4;
|
|
|
|
type
|
|
pr = ^tr;
|
|
|
|
implementation
|
|
|
|
end.
|