foo.c   [plain text]



int dummy;

int foo()
{
	return 10;
}