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