extern int call_me (void); int bar (void) { return call_me (); }