blob: 475701b2c5cc653650fe7914d6bb2cc9fc925863 [file] [log] [blame]
extern int a3(void);
int
a4(void)
{
return 1 + a3();
}