aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/gnu11-warning-4.c
blob: fd8ecfbef6e8a6d675968f618a3f0e972f403e9e (plain)
1
2
3
4
5
6
/* Test #warning not in C11.  */
/* { dg-do preprocess } */
/* { dg-options "-std=gnu11" } */

#warning example text /* { dg-warning "example text" } */
/* Not diagnosed by default.  */