blob: ea4d2312c614ba8e5e00f0ba5fa99278f9ba8fda [file] [log] [blame]
void someFunc()
{
const char p[] = R"(a\
b
c)";
}