Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-size
/
size-3c.c
blob: d94ceef922ccf9b2d67235fb7bfea8af3f34b1d2 [
file
]
__thread
char
bar
[
10
]
__attribute__
((
visibility
(
"hidden"
)));
extern
char
size_of_bar
asm
(
"bar@SIZE"
);
char
*
bar_size
=
&
size_of_bar
;