Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
nodlopenmod2.c
blob: e72ae53e9539ea4bcacc17b93a5b6f5734469cd7 [
file
] [
log
] [
blame
] [
edit
]
extern
int
a
;
extern
int
foo
(
void
);
int
foo
(
void
)
{
return
a
;
}