mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 08:21:46 +02: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.
|