1  /* Test #warning not in C11.  */
       2  /* { dg-do preprocess } */
       3  /* { dg-options "-std=gnu11" } */
       4  
       5  #warning example text /* { dg-warning "example text" } */
       6  /* Not diagnosed by default.  */
       1  /* Test #warning not in C11.  */
       2  /* { dg-do preprocess } */
       3  /* { dg-options "-std=gnu11" } */
       4  
       5  #warning example text /* { dg-warning "example text" } */
       6  /* Not diagnosed by default.  */