pfultz2 opened this issue 7 years ago · 0 comments
The following is not an error:
int * a; void f() { int i = 0; a = &i; a = 0; }