mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 12:28:02 +02:00
10 lines
109 B
ObjectPascal
10 lines
109 B
ObjectPascal
{ %fail }
|
|
program test;
|
|
{$mode objfpc} //$mode does not matter
|
|
{$H+}
|
|
|
|
const
|
|
Chars2 = [98, '('];
|
|
begin
|
|
end.
|