Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c99-noreturn-1.c
blob: 4cbc513595eccf4f678ec1c5dc44c5ff09e167ff [
file
] [
log
] [
blame
]
/* 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'" } */