summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/ref3.C
blob: 2bdd023383fb442082f36c4f922aa9f4c6e5612e (plain)
1
2
3
4
5
6
7
// PRMS Id: ????
// Build don't link:

void f (const int& i)
{
  &(int&)i;			// gets bogus error - references ARE lvalues
}