foo.c   [plain text]



static int x;

int foo() {
	return x;
}