blob: ec464947ee631bf32544c23652045af26db98831 [file] [log] [blame]
extern int a2(void);
int
a3(void)
{
return 1 + a2();
}