8 lines
51 B
C++
8 lines
51 B
C++
|
|
void someFunc()
|
|
{
|
|
const char p[] = R"(a\
|
|
b
|
|
c)";
|
|
}
|