Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
reldep8mod2.c
blob: d0020240a8419c626435371df094493c9dc6cf12 [
file
] [
log
] [
blame
] [
edit
]
void
__attribute__
((
constructor
))
xxx
(
void
)
{
extern
void
baz
(
void
);
baz
();
}