#include #include Y_UNIT_TEST_SUITE(MallocApi) { Y_UNIT_TEST(ToStream) { TStringStream ss; ss << NMalloc::MallocInfo(); } }