#include "bardep.hpp" #include #include bar_t bardep(bar_t x) { std::cout << "bardep(" << x << ")" << std::endl; return x + 5; }