Author
anonymous
about 7 years ago
$
prog.cc: In function 'int main()': prog.cc:10:10: error: assignment of read-only location '*(const int*)p' *p = 114514; ^~~~~~ prog.cc:12:10: error: assignment of read-only variable 'p' p = &b; ^