/* TAGS: min c */ #include #include #include int main() { int *a = malloc( 4 ); free( a ); __vm_peek( a, _VM_ML_User ); /* ERROR */ return 0; }