// S : tags error min c $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $CC_OPT $file // S : verify $V_OPT test.bc #include #include #include int main() { struct _VM_Frame *frame = __vm_obj_make( sizeof( struct _VM_Frame ), _VM_PT_Heap ); __vm_obj_free( frame ); __vm_ctl_set( _VM_CR_Frame, frame ); /* ERROR */ assert( 0 ); }