#include #include using namespace std; int test() { ifstream in("test.csv"); if (!in) { std::cout << "error" << std::endl; } return 1; }