Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
nodel2mod1.c
blob: acddc4cf8b29106c197db27cc61337e9bf8b05ca [
file
] [
log
] [
blame
] [
edit
]
#include
<stdlib.h>
void
foo
(
void
)
{
exit
(
0
);
}
void
__attribute__
((
destructor
))
bar
(
void
)
{
static
int
i
;
foo
();
++
i
;
}
void
baz
(
void
)
{
}