aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rvalue3.C
blob: 4e18cfbadaf741f5409b81f9904c8e82070ffb88 (plain)
1
2
3
4
5
int main ()
{
   int i;
   int &ir = (int&)(int)i;	// ERROR - casting rvalue to reference type
}