int* p; int*& rp(p); // error C2061: syntax error : identifier 'p'
I>int* p; I>int*& rp(p); // error C2061: syntax error : identifier 'p' I>