Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
order2mod1.c
blob: b695db29b7023417a862984bfb23a39c878ca7fb [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
static
void
__attribute__
((
destructor
))
fini
(
void
)
{
putchar
(
'1'
);
}