bar.c   [plain text]



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