Sign in
third-party-mirror
/
GRTEv4
/
262be5abc585813b1766119db73641d44ba3741e
/
.
/
google3
/
third_party
/
grte
/
v4_src
/
glibc-2.19
/
elf
/
order2mod3.c
blob: 7913a79925129bc268dbbd720174fb84141e9073 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
bar
(
void
)
{
return
1
;
}
static
void
__attribute__
((
destructor
))
fini
(
void
)
{
putchar
(
'4'
);
}