[ERROR]
The specified identifier was declared as a reference to void.
void &vr; // error;
Don not declare references to a void type.