(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
gnu2x-warning-1.c
       1  /* Test #warning in C2x.  */
       2  /* { dg-do preprocess } */
       3  /* { dg-options "-std=gnu2x -pedantic-errors" } */
       4  
       5  #warning example text /* { dg-warning "example text" } */