fpc/tests/tbf/tb1.pp
2000-11-29 23:14:10 +00:00

10 lines
153 B
ObjectPascal

{ Old file: tbf0008.pp }
{ tests the crash when decrementing constants OK 0.9.2 }
const
compilerconst=1;
begin
dec(compilerconst);
end.