{ %fail }
program test;
{$mode objfpc} //$mode does not matter
{$H+}

const
  Chars2 = [98, '('];
begin
end.