blob: 11b3a74b79f2e75309dd94fa24eecb85e4882e6a [file] [log] [blame]
extern int foo1(void);
int bar1(void)
{
return foo1();
}