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