(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
pr58155.C
// { dg-do compile { target c++11 } }

#define BAZ "baz"

#if 0

"bar"BAZ

R"(
  bar
)"BAZ

#endif