blob: 4ef75bf0f0c1454a99c102182e20bc3001e326cd [file] [log] [blame]
extern int a6(void);
int
a7(void)
{
return 1 + a6();
}