Sign in
llvm
/
llvm-archive
/
1017b91041efc7935975940fdfb2b7c1b1c052a6
/
.
/
llvm-gcc-4.2
/
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
));