forked from qt-creator/qt-creator
8 lines
122 B
C++
8 lines
122 B
C++
|
|
auto func()
|
||
|
|
{
|
||
|
|
return R"(foo
|
||
|
|
foobar
|
||
|
|
R"notaprefix!(
|
||
|
|
barfoobar)" R"(second)" /* comment */ R"(third)";
|
||
|
|
}
|