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