mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 07:19:35 +02:00
11 lines
147 B
ObjectPascal
11 lines
147 B
ObjectPascal
{ %FAIL }
|
|
|
|
program twide11;
|
|
|
|
var
|
|
s: UnicodeString;
|
|
begin
|
|
{ this is greater than the highest defined Unicode code point }
|
|
s := #1114112;
|
|
end.
|