// Can't assign to type "const int32" on left-hand side void foo(const int * p) { *p = 0; }