cmake/Tests/CompileFeatures/cxx_raw_string_literals.cpp

8 lines
53 B
C++
Raw Normal View History

2015-04-27 22:25:09 +02:00
void someFunc()
{
2018-01-26 17:06:56 +01:00
const char p[] = R"(a\
2015-04-27 22:25:09 +02:00
b
c)";
}