foo.c   [plain text]



extern int baz;

int foo() {
	return baz;
}