blob: c143e59fb3ec4aa2710bf0bd5438f8200fdca83b [file] [log] [blame]
Douglas Gregor5c0ca522010-08-30 14:44:26 +00001// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
2
3
4// ::type_info is predeclared with forward class declartion
5void f(const type_info &a);
6
7