tb0105.pp 94 B

123456789
  1. { %fail }
  2. type
  3. trec = record l1,l2,l3 : longint end;
  4. const
  5. r: trec = (l2:5);
  6. begin
  7. end.