blob: 9bbb5d7e9022daa48b89062364a6f44aa20f4b02 [file] [log] [blame]
extern int foo1b(void);
int foo2(void)
{
return foo1b();
}