Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
20040409-1.c
blob: dc9206a0ae0eaa54af7db7cb0e6dc6b69a8dc0ea [
file
] [
log
] [
blame
]
/* This tests to make sure that the attribute noreturn
can be used on function pointers. */
int
(*
temp
)
(
void
)
__attribute__
((
noreturn
));