// test.hpp #ifndef TEST #define TEST #include int check(const std::string & test); #endif // TEST