mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 18:10:29 +02:00

tests: fix 2 tests. $FFFF chars are now valid characters for the compiler git-svn-id: trunk@19126 -
14 lines
99 B
ObjectPascal
14 lines
99 B
ObjectPascal
{ %fail }
|
|
|
|
{$h-}
|
|
const
|
|
|
|
aStrArray: array [0..0] of String = (
|
|
|
|
#$ffffff' '
|
|
|
|
);
|
|
|
|
begin
|
|
end.
|