index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20100724-1_1.c
blob: dc101e60c57adea10782310e09a04345cc2eefd9 (
plain
)
1
2
3
4
5
extern
__attribute__
((
__noreturn__
))
void
baz
(
void
);
void
bar
(
void
)
{
baz
();
}