blob: 69d2c8c838337ab0ca8520621ee1df7d7439faad [file] [log] [blame]
extern int foo1c(void);
int foo3b(void)
{
return foo1c();
}