(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
c11-warning-1.c
       1  /* Test #warning not in C11.  */
       2  /* { dg-do preprocess } */
       3  /* { dg-options "-std=c11 -pedantic-errors" } */
       4  
       5  #warning example text /* { dg-warning "example text" } */
       6  /* { dg-error "#warning before C2X is a GCC extension" "pedantic" { target *-*-* } .-1 } */