#include <stdlib.h>
void
foo (void)
{
exit (0);
}
__attribute__((destructor))
bar (void)
static int i;
foo ();
++i;
baz (void)