mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 19:28:10 +02:00
11 lines
109 B
ObjectPascal
11 lines
109 B
ObjectPascal
{ %FAIL }
|
|
|
|
{ in this mode, typed constants are read-only }
|
|
{$J-}
|
|
const
|
|
w1 : word = 1;
|
|
|
|
begin
|
|
w1:=2;
|
|
end.
|