/* TAGS: min c */ #include #include int main() { char *array = __vm_obj_make( 12, _VM_PT_Heap ); __vm_obj_resize( array + 4, 20 ); /* ERROR */ }