blob: a117f6fd765f64827cb3b95550b9182324108319 [file] [log] [blame]
extern int foo2(void);
int bar2(void)
{
return foo2();
}