Remove an unneeded include that was added by mistake.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr85437-2.C
bloba059e43b770fd3f7c24d4106fbd53038dfc65ebe
1 // PR c++/85437
2 // { dg-do compile { target c++11 } }
4 struct A { };
5 struct B : A { int x; };
7 constexpr int A::*abx
8 = reinterpret_cast<int(A::*)>(&B::x); // { dg-error "reinterpret.*constant" }