int bar() { return 0; } int foo(); int main(void) { return foo(); }