blob: 51d119e16425eb712fcd3a8084b8263112069ea8 [file] [log] [blame]
extern int a0(void);
int
a1(void)
{
return 1 + a0();
}