1 /* PR middle-end/51644 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wall -fexceptions" } */
7 extern void baz (int, va_list) __attribute__ ((__noreturn__
));
9 __attribute__ ((__noreturn__
))
17 } /* { dg-bogus "function does return" } */
19 __attribute__ ((__noreturn__
))
33 } /* { dg-bogus "function does return" } */