mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-09 04:36:23 +01:00
11 lines
163 B
ObjectPascal
11 lines
163 B
ObjectPascal
{ %FAIL }
|
|
{ Old file: tbf0008.pp }
|
|
{ tests the crash when decrementing constants OK 0.9.2 }
|
|
|
|
const
|
|
compilerconst=1;
|
|
|
|
begin
|
|
dec(compilerconst);
|
|
end.
|