summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0353.pp
blob: 6bca853599d77f2ef27c82b10789ad3edfd977f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %VERSION=1.1 }

  const
      c1 = widechar(0);
      c2 = widechar(#0);
      c3 = #123;
      c4 = #1234;


begin
end.