Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2b1bbecb6b1651de61d258181922d3fab3b28e18
/
.
/
clang
/
test
/
SemaCXX
/
MicrosoftExtensions.cpp
blob: c143e59fb3ec4aa2710bf0bd5438f8200fdca83b [
file
] [
log
] [
blame
]
Douglas Gregor
2b1bbec
2010-08-30 14:44:26 +0000
[
diff
] [
blame^
]
1
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
2
3
4
// ::type_info is predeclared with forward class declartion
5
void
f
(
const
type_info
&
a
);
6
7