glibc/elf/order2mod1.c

9 lines
94 B
C

#include <stdio.h>
static void
__attribute__ ((destructor))
fini (void)
{
putchar ('1');
}