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 , 22 years ago | |
---|---|
|
|
File size: 97 bytes |
Line | |
---|---|
1 | int 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.