fpc/tests/tbf/tb0112.pp
2024-10-31 22:35:04 +01:00

11 lines
109 B
ObjectPascal

{ %FAIL }
{ in this mode, typed constants are read-only }
{$J-}
const
w1 : word = 1;
begin
w1:=2;
end.