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
/
pr45721_1.c
blob: 05d854f9f26db816391e7ed6ed140153ee233fc5 (
plain
)
1
2
static
void
bar
(
void
)
__attribute__
((
weakref
(
"baz"
)));
void
*
x
=
(
void
*
)
bar
;