15f96883dSNico Weber // RUN: %clang_cc1 %s -fsyntax-only -verify -fms-compatibility 2*c6e68daaSAndy Gibbs // expected-no-diagnostics 35f96883dSNico Weber 45f96883dSNico Weber // PR13153 55f96883dSNico Weber namespace std {} 65f96883dSNico Weber class type_info {}; f()75f96883dSNico Webervoid f() { 85f96883dSNico Weber (void)typeid(int); 95f96883dSNico Weber } 10