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

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