Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
gdb
/
ld
/
testsuite
/
ld-plugin
/
lto-7b.c
blob: 179813004fa19b30acb2d40eb2d22b7c48f4ce8f [
file
] [
log
] [
blame
] [
edit
]
extern
int
foo
;
static
void
__attribute__
((
unused
,
constructor
))
set_foo
(
void
)
{
foo
=
30
;
}