#include "foo.h"
#include "bar.h"

int foo(int x)
{
    return bar(x)*2;
}