about summary refs log blame commit diff
path: root/elf/order2mod1.c
blob: b695db29b7023417a862984bfb23a39c878ca7fb (plain) (tree)
1
2
3
4
5
6
7
8






                            
#include <stdio.h>

static void
__attribute__ ((destructor))
fini (void)
{
  putchar ('1');
}