blob: b5b938bdb21ac7ccb70a1355c422d133302a0192 [file] [log] [blame]
extern int a5(void);
int
a6(void)
{
return 1 + a5();
}