foo.c   [plain text]



int f = 0;

int foo() {
	return f;
}