blob: ed9c42ce557552395fa13e4214a1522f3a569984 [file] [log] [blame]
// PR c++/82506
// { dg-do preprocess { target c++11 } }
#define STRINGIZE(A) #A
BEGIN STRINGIZE(R"(
)") END
// { dg-final { scan-file string-3.i "BEGIN \"R\\\\\"\\(\\\\n\\)\\\\\"\"\n END" } }