1 /* PR middle-end/51644 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wall -fexceptions" } */
4 /* { dg-require-effective-target exceptions } */
8 extern void baz (int, va_list) __attribute__ ((__noreturn__
));
10 __attribute__ ((__noreturn__
))
18 } /* { dg-bogus "function does return" } */
20 __attribute__ ((__noreturn__
))
34 } /* { dg-bogus "function does return" } */