OSDN Git Service

PR/51443
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / c99-noreturn-1.c
1 /* Test _Noreturn not in C99.  */
2 /* { dg-do compile } */
3 /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
4
5 _Noreturn void f (void); /* { dg-error "ISO C99 does not support '_Noreturn'" } */