我的代码:
const int i = 0; const int *p = &i; int main() { *(int *)0 = 0; *(int *)p = 0; return 0; }
颜色查询地址:http://www.color-hex.com/color/fbedbb