CMake/Tests/CompileFeatures/cxx_raw_string_literals.cpp

8 lines
51 B
C++
Raw Permalink Normal View History

2014-04-04 11:15:18 +04:00
void someFunc()
{
const char p[] = R"(a\
b
c)";
}