1// { dg-do assemble  }
2// PRMS Id: ????
3
4void f (const int& i)
5{
6  &(int&)i;			// { dg-bogus "" } references ARE lvalues
7}
8