MCPcopy Create free account
hub / github.com/boostorg/filesystem / cpp_main

Function cpp_main

test/issues/9219.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30//------------------------------------ cpp_main --------------------------------------//
31
32int cpp_main(int argc, char* argv[])
33{
34 cout << "Hello, 9219" << endl;
35 cout << "This is a test for non-Windows systems" << endl;
36
37 BOOST_TEST(fs::exists(const_cast< char* >(".")));
38
39 return ::boost::report_errors();
40} // cpp_main

Callers

nothing calls this directly

Calls 1

existsFunction · 0.50

Tested by

no test coverage detected