foo.c   [plain text]



int i = 2;
int*p = &i;

int foo() {
	return i;
}