mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 21:18:25 +02:00
19 lines
166 B
ObjectPascal
19 lines
166 B
ObjectPascal
{ %VERSION=1.1 }
|
|
{ %RECOMPILE }
|
|
unit tunit2;
|
|
|
|
interface
|
|
|
|
uses
|
|
uunit2a;
|
|
|
|
const
|
|
l = tpl(10);
|
|
|
|
type
|
|
pr = ^tr;
|
|
|
|
implementation
|
|
|
|
end.
|