foo.c   [plain text]



__attribute__((weak))
int weakValue = 0;

int foo() {
	return weakValue;
}