blob: a452c2d7d4fd05e4b2cac9370d514fb6c61fc105 [file] [log] [blame]
extern int in_renamed (int);
int
in_renamed (int a)
{
return a - 10;
}