int main(int argc, char const *argv[])
{
  const char * multilinestringliteral = R"(
hello)";
  return 0;
}
// kate: hl C++;
