Loading...
1
2
3
4
5
6

extern int symbol_from_bar();

int foo() {
	return symbol_from_bar();
}