mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 14:41:27 +01:00
containing unicode strings instead of producing unpredictable behaviour
(mantis #16219)
git-svn-id: trunk@15240 -
14 lines
97 B
ObjectPascal
14 lines
97 B
ObjectPascal
{ %fail }
|
|
|
|
{$h-}
|
|
const
|
|
|
|
aStrArray: array [0..0] of String = (
|
|
|
|
#$ffff' '
|
|
|
|
);
|
|
|
|
begin
|
|
end.
|