1 // { dg-do compile { target arm*-*-eabi* arm*-*-symbianelf* } }
2 // { dg-options "-O2" }
3 // Check that, even when optimizing, we emit an out-of-line call to
4 // the type-info comparison function.
5 // { dg-final { scan-assembler _ZNKSt9type_infoeqERKS_ } }
9 extern const std::type_info& t1;
10 extern const std::type_info& t2;