#include "testit.hpp" #include using namespace std; std::string contentGet() { return string(""); // Anything other than empty string works. } int main() { testit(&contentGet); return 0; }