blob: 26ce6bf13a2f1c587427c9e860be41fc126521ac [file] [log] [blame]
extern int foo (void);
extern int bar (void);
int
bar (void)
{
return foo ();
}