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