mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:08:08 +02:00
10 lines
94 B
ObjectPascal
10 lines
94 B
ObjectPascal
{ %fail }
|
|
type
|
|
trec = record l1,l2,l3 : longint end;
|
|
|
|
const
|
|
r: trec = (l2:5);
|
|
|
|
begin
|
|
end.
|