blob: 6959e639b913869f41cff181afb86bd21d0ebc1c [file] [log] [blame]
extern int foo3b(void);
int foo2b(void)
{
return foo3b();
}