blob: 4cf4426e5577181abf74d773500a03f81a5061cb [file] [log] [blame]
extern int b2();
int c2()
{
return b2()+1;
}