repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20040409-1.c
blob
dc9206a0ae0eaa54af7db7cb0e6dc6b69a8dc0ea
1
/* This tests to make sure that the attribute noreturn
2
can be used on function pointers. */
3
4
int
(*
temp
) (
void
)
__attribute__
((
noreturn
));