Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
gdb
/
ld
/
testsuite
/
ld-elf
/
pr9676-3.c
blob: e5985dfbfda379ccf4453ff1ce1eedf6ba18cf9a [
file
] [
log
] [
blame
] [
edit
]
extern
int
foo
(
void
)
__attribute__
((
section
(
".gnu.linkonce.t.1"
),
weak
));
int
foo
(
void
)
{
return
1
;
}