[ERROR]
A pointer to a reference was declared.
void f(int & * p);
The variable must be dereferenced before a pointer to it can be declared.