blob: 9035489b66718060e82d15341a39ae2e0c355fda [file]
extern int foo2();
int bar2()
{
return foo2();
}