blob: cd2aeb400dc91dde43da3208b0f93bcfeb41f1bb [file] [log] [blame]
extern int call_me (void);
extern int bar (void);
int
bar (void)
{
return call_me ();
}