// test.hpp
#ifndef TEST
#define TEST

#include <string>

int check(const std::string & test);

#endif // TEST