blob: deda68519567757f24543ed59b59b53c86dd2422 [file] [log] [blame]
extern int a();
int b()
{
return a() + 17;
}