bar.c   [plain text]



__attribute__((weak))
int weakTestValue = 42;

int bar() {
	return weakTestValue;
}