#include "testit.hpp" #include using namespace std; void testit(std::string (*contentGet)()) { contentGet(); }