(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
cpp/
pr96323.c
       1  /* PR preprocessor/96323 */
       2  /* { dg-do preprocess } */
       3  /* { dg-options "-std=gnu99 -Wno-c++-compat -trigraphs" { target c } } */
       4  /* { dg-options "-std=c++0x" { target c++ } } */
       5  /* { dg-error "invalid new-line in raw string delimiter" "" { target *-*-* } .+2 } */
       6  /* { dg-warning "missing terminating . character" "" { target *-*-* } .+2 } */
       7  const char tu[] = R"a";
       8  const char tua[] = "(R)a";