bar.c   [plain text]



__attribute__((weak))
int weakValue = 0;

int bar() {
	return weakValue;
}