points
But some misguided style guides demand the misleading `int* w;`, and then act surprised by `int* w, x`;
(Most style guides tell you to declare one name per line anyway...)
I'm sad now.