Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-plugin
/
pr13244.c
blob: efe93bfcd5d308d69cdae994c54050ae2bead59c [
file
] [
log
] [
blame
]
extern
__attribute__
((
visibility
(
"hidden"
)))
int
fooblah
;
static
void
do_nothing
(
int
param
)
{
if
(
param
)
fooblah
=
1
;
}
void
bar
()
{
do_nothing
(
0
);
}