blob: ea5457d4dc72832296707fdae1fcd8fe08ae4b91 [file] [log] [blame]
extern int c2();
int d()
{
return c2()+2;
}