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