blob: d476f2c77b2f57eae60be22263f04e43d6b97a32 [file]
extern int foo2(void);
int foo1(void)
{
return foo2();
}