foo.c   [plain text]



extern int symbol_from_bar();

int foo() {
	return symbol_from_bar();
}