aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/c99-noreturn-1.c
blob: 4cbc513595eccf4f678ec1c5dc44c5ff09e167ff (plain)
1
2
3
4
5
/* Test _Noreturn not in C99.  */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */

_Noreturn void f (void); /* { dg-error "ISO C99 does not support '_Noreturn'" } */