Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
order2mod1.c
blob: b695db29b7023417a862984bfb23a39c878ca7fb [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
static
void
__attribute__
((
destructor
))
fini
(
void
)
{
putchar
(
'1'
);
}