rt_gccstream/gcc/testsuite/g++.dg/conversion/const3.C

8 lines
79 B
C

// PR c++/18177
void foo()
{
X; // { dg-error "" }
const_cast<int&>(X);
}