foo.c   [plain text]



extern int bar;

int foo()
{
	return bar;
}