tb0094.pp 163 B

12345678910
  1. { %FAIL }
  2. { Old file: tbf0008.pp }
  3. { tests the crash when decrementing constants OK 0.9.2 }
  4. const
  5. compilerconst=1;
  6. begin
  7. dec(compilerconst);
  8. end.