mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 10:48:30 +02:00

* better error messages for assigning invalid values to typed consts (mantis #8312, patch by Thorsten Engler) git-svn-id: trunk@6468 -
11 lines
81 B
ObjectPascal
11 lines
81 B
ObjectPascal
{ %norun }
|
|
|
|
{$mode delphi}
|
|
|
|
const
|
|
ch:char=#$024;
|
|
wch:widechar=#$024;
|
|
begin
|
|
end.
|
|
|