1 2 3 4 5 6 7 8 9 10 11 12
// { dg-do compile } // { dg-options "-fno-rtti" } struct B { }; void f(B* bp) { bp = #ifndef __GXX_RTTI static_cast<B*>(0); #endif }