class String; void f() { String r1 = R"(raw text)"; String r2 = R"( raw text line1 raw text line2 )"; String other; }