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

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