fpc/tests/webtbs/tw8312.pp
Jonas Maebe 82378bc73a * support assigned widechars with value < 255 to chars in Delphi mode
* better error messages for assigning invalid values to typed consts
   (mantis #8312, patch by Thorsten Engler)

git-svn-id: trunk@6468 -
2007-02-13 13:35:46 +00:00

11 lines
81 B
ObjectPascal

{ %norun }
{$mode delphi}
const
ch:char=#$024;
wch:widechar=#$024;
begin
end.