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