#include #include #include "assert.h" int main() { std::vector v; v.push_back((char *)malloc(1)); assert_points_to_something(v.back()); return 0; }