summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/MicrosoftCompatibilityNoExceptions.cpp
blob: d932b5dbbceaad10e4d93751a7ab91c451489845 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-compatibility

// PR13153
namespace std {}
class type_info {};
void f() {
  (void)typeid(int);
}
OpenPOWER on IntegriCloud