(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
raw-string-12.c
       1  // PR c++/45399
       2  // { dg-options "-std=gnu99" { target c } }
       3  // { dg-options "-std=c++0x" { target c++ } }
       4  
       5  char const *S = R"raw()raw";