Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
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
));