Sign in
gnu
/
binutils-gdb
/
777b054cf93ad2525b891ea15bbf8d5cd6a56339
/
.
/
ld
/
testsuite
/
ld-size
/
size-8b.c
blob: e9f12048b9102beebd46ed50a8e45d5396eb1a20 [
file
] [
log
] [
blame
]
__thread
char
bar
[
10
];
void
set_bar
(
int
i
,
int
v
)
{
bar
[
i
]
=
v
;
}