blob: 9ed21492823d3f195e5e7f6a1fcd5f2ffa53becb [file] [log] [blame]
int f(void) __attribute__((weak));
int main(void){return f?f():0;}