fpc/tests/webtbf/tw16219a.pp
Jonas Maebe cddb2ffcae * give a compile-time error when trying to define a short/ansistring typed constant
containing unicode strings instead of producing unpredictable behaviour
    (mantis #16219)

git-svn-id: trunk@15240 -
2010-05-08 10:57:39 +00:00

14 lines
97 B
ObjectPascal

{ %fail }
{$h+}
const
aStrArray: array [0..0] of String = (
#$ffff' '
);
begin
end.