blob: e24f86c363edcb965c6581e50859239e28d5f085 [file] [log] [blame]
extern int a4(void);
int
a5(void)
{
return 1 + a4();
}