a2.c   [plain text]


extern int foo4(void);
int foo3()
{
	return foo4();
}