bug0151.pp 117 B

12345678910
  1. type tr = record
  2. l1, l2: longint
  3. end;
  4. var r: tr;
  5. begin
  6. with r do
  7. inc(l)
  8. end.