E.c   [plain text]


extern void a(const char*);

void e() { }


void __attribute__((constructor))
initE()
{
    a("initE");
}