blob: e437014ae635845e057662fb75d205e8f19df8b9 [file] [log] [blame]
extern int foo2b(void);
int foo1b(void)
{
return foo2b();
}