blob: 2948e5b3362347a4eaafea79f5e6755808116b29 [file] [log] [blame]
int
sub (int i)
{
return i + 10;
}