b3.c   [plain text]


extern int bar;
int foo2() {
	return bar;
}