#include #include #include #include #include "main.h" int cpp_test() { std::string a = "hello ", b = "world"; return a.length() + b.length(); }