aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/MicrosoftExtensions.cpp
blob: c143e59fb3ec4aa2710bf0bd5438f8200fdca83b (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions


// ::type_info is predeclared with forward class declartion
void f(const type_info &a);