2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rvalue3.C
blob58cdad5d27c00a023c1ef4fd8b3e918a6001c555
1 // { dg-do assemble  }
2 int main ()
4    int i;
5    int &ir = (int&)(int)i;      // { dg-error "" } casting rvalue to reference type