mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 19:39:31 +02:00
12 lines
123 B
ObjectPascal
12 lines
123 B
ObjectPascal
{ %VERSION=1.1 }
|
|
|
|
const
|
|
c1 = widechar(0);
|
|
c2 = widechar(#0);
|
|
c3 = #123;
|
|
c4 = #1234;
|
|
|
|
|
|
begin
|
|
end.
|