// 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 int main() { int *a; __vm_pointer_t ptr = __vm_pointer_split( a ); __vm_peek( _VM_ML_User, ptr.obj, ptr.off, 1 ); /* ERROR */ return 0; }