// S : tags error 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() { __dios::InterruptMask mask; int *a = NULL; __dios_configure_fault( _VM_F_Memory, _DiOS_FC_Ignore ); *a = 42; __dios_configure_fault( _VM_F_Memory, _DiOS_FC_Abort ); *a = 42; /* ERROR */ }