Searched refs:c_func_res (Results 1 – 1 of 1) sorted by relevance
28 int c_func_res = c_func(1); // calling the function in main() local29 BOOST_TEST(c_func_res == 2); in main()