Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
nodlopenmod2.c
blob: e72ae53e9539ea4bcacc17b93a5b6f5734469cd7 [
file
] [
log
] [
blame
] [
edit
]
extern
int
a
;
extern
int
foo
(
void
);
int
foo
(
void
)
{
return
a
;
}