[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git] / clang / test / SemaCXX / MicrosoftCompatibilityNoExceptions.cpp
blob14e5160e090b0ec130c43b6770caf74db8c885c4
1 // RUN: %clang_cc1 %s -fsyntax-only -verify -fms-compatibility
2 // expected-no-diagnostics
4 // PR13153
5 namespace std {}
6 class type_info {};
7 void f() {
8 (void)typeid(int);