blob: 587c77aedb78a4a820afde163959c27f3b5a0109 [file] [log] [blame]
extern int foo3(void);
int foo2(void)
{
return foo3();
}