bug0120.pp 60 B

123456789
  1. type
  2. te = (enum);
  3. var
  4. e : te;
  5. begin
  6. inc(e);
  7. end.