Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / reinterpret_cast2.C
blob5402e825aa5d1c9d56cc8f874473d370c1ab0d62
1 // PR c++/89391
2 // { dg-do compile { target c++11 } }
4 struct S { };
6 void
7 foo ()
9   auto a = reinterpret_cast<S&&>(foo ()); // { dg-error "12:invalid cast of a prvalue expression of type 'void' to type" }