fpc/tests/webtbf/tw16219.pp
paul 1e3239915f merge r19074 from cpstrnew branch by paul:
tests: fix 2 tests. $FFFF chars are now valid characters for the compiler

git-svn-id: trunk@19126 -
2011-09-17 14:23:58 +00:00

14 lines
99 B
ObjectPascal

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