Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c90-noreturn-1.c
blob: 87b832e067b00fd81bdf5ffd6d66fe54f66cbce1 [
file
] [
log
] [
blame
]
/* Test _Noreturn not in C90. */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
_Noreturn
void
f
(
void
);
/* { dg-error "ISO C90 does not support '_Noreturn'" } */