#include #include int main(void) { int * p = malloc(sizeof(int)); int * q = malloc(sizeof(int)); $mem m = q; $mem_havoc(m); }