Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-unique1mod1.c
blob: 84b1f908d6ed9fcc644950bf4e4da59248a542cc [
file
] [
log
] [
blame
] [
edit
]
#include
<config.h>
asm
(
".data;"
".globl var\n"
".type var, %gnu_unique_object\n"
".size var, 4\n"
"var:.zero 4\n"
".previous"
);
extern
int
var
;
int
*
f
(
void
)
{
var
=
1
;
return
&
var
;
}