summaryrefslogtreecommitdiff
path: root/tests/test/twide13.pp
blob: b35368875895c309a4efc973f16fa3fc200e397b (plain)
1
2
3
4
5
6
7
8
9
10
{ %FAIL }

program twide13;

var
  s: UnicodeString;
begin
  { this is greater than the highest defined Unicode code point }
  s := #%100010000000000000000;
end.