This is also a reason to prefer declaring one pointer per statement:

Code:
int* x;
int* y;