bar.c   [plain text]



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

int bar() {
	return i;
}