mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 23:59:35 +02:00
10 lines
153 B
ObjectPascal
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.
|