blob: 45d1ff874e99adbab4d1979c038032f00c976e68 [file] [log] [blame]
/* Test #warning not in C11. */
/* { dg-do preprocess } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#warning example text /* { dg-warning "example text" } */
/* { dg-error "#warning before C2X is a GCC extension" "pedantic" { target *-*-* } .-1 } */