#include "foo.h"

int  goop(int x)
{
    return foo(x-5)*7;
}