Loading...
1
2
3
4
5

__attribute__((weak))
int bar() {
	return 0;
}