c.c   [plain text]


int c()
{
	return 10;
}

#ifdef EXTRA_SYMBOL

void c_extra()
{
}

#endif