blob: 826c746c87c9bed207035c55811881aec8c12375 [file] [log] [blame]
extern int b2(void);
int c2(void)
{
return b2() + 1;
}