cxx_raw_string_literals.cpp 53 B

1234567
  1. void someFunc()
  2. {
  3. const char p[] = R"(a\
  4. b
  5. c)";
  6. }