mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
10 lines
215 B
ObjectPascal
10 lines
215 B
ObjectPascal
{ %fail }
|
|
|
|
{$codepage utf8}
|
|
|
|
{ can't convert widechar to char, because don't know what }
|
|
{ encoding to use at compile-time }
|
|
const abc : array [1..4] of char = ('a','é','b','c');
|
|
begin
|
|
end.
|