hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone
Blob Blame History Raw
#include <stdio.h>

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