1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Tests/CompileFeatures/cxx_raw_string_literals.cpp
2017-08-30 11:07:05 -04:00

8 lines
53 B
C++

void someFunc()
{
const char p[] = R"(a\
b
c)";
}