MicrosoftCompatibilityNoExceptions.cpp 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 // RUN: %clang_cc1 %s -fsyntax-only -verify -fms-compatibility // expected-no-diagnostics // PR13153 namespace std {} class type_info {}; void f() { (void)typeid(int); }