aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/c23-warning-1.c
blob: cac3a6f3ecc989082705449d4dab643f28a3c10e (plain)
1
2
3
4
5
/* Test #warning in C23.  */
/* { dg-do preprocess } */
/* { dg-options "-std=c23 -pedantic-errors" } */

#warning example text /* { dg-warning "example text" } */