mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 15:47:54 +02:00
10 lines
137 B
ObjectPascal
10 lines
137 B
ObjectPascal
{ %fail }
|
|
program test;
|
|
{$mode objfpc} //$mode does not matter
|
|
{$H+}
|
|
|
|
const
|
|
Chars1: set of char = [255, 254, 253, #0, #1];
|
|
begin
|
|
end.
|