source: trunk/src/gcc/gcc/testsuite/g++.old-deja/g++.jason/rvalue3.C@ 2

Last change on this file since 2 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 97 bytes
Line 
1int main ()
2{
3 int i;
4 int &ir = (int&)(int)i; // ERROR - casting rvalue to reference type
5}
Note: See TracBrowser for help on using the repository browser.