blob: 8a4eec55833b02294712abc47d6b04ec4e033156 [file] [log] [blame]
/* { dg-options "" } */
#warning Don't? /* { dg-warning "Don't?" } */
#if 0
#error Don't? /* { dg-bogus "Don't?" } */
#endif
#if 1
#error Don't? /* { dg-error "Don't?" } */
#endif
/* { dg-options "" } */
#warning Don't? /* { dg-warning "Don't?" } */
#if 0
#error Don't? /* { dg-bogus "Don't?" } */
#endif
#if 1
#error Don't? /* { dg-error "Don't?" } */
#endif
/* { dg-options "" } */
#warning Don't? /* { dg-warning "Don't?" } */
#if 0
#error Don't? /* { dg-bogus "Don't?" } */
#endif
#if 1
#error Don't? /* { dg-error "Don't?" } */
#endif