Searched refs:cpp_func_res (Results 1 – 1 of 1) sorted by relevance
52 std::string cpp_func_res = cpp_func(std::string("In importer.")); in main() local53 BOOST_TEST(cpp_func_res == "In importer. Hello from lib!"); in main()