#include "include_test_func.h" int include_test_func (int a, int b) { std::cout << "In Test func\n"; return a + b; }