blob: 1120cd797e9bdc1e1f8b3a9e6083234aa4d3d976 [file] [log] [blame]
extern int a1(void);
int
a2(void)
{
return 1 + a1();
}