blob: ddda855f62b41bda961abe1519b43e2fa7edb061 [file] [log] [blame]
extern int b(void);
int c(void)
{
return b() + 42;
}