Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7247c88d1e41514a41085f83ebf03dd5220e054a
/
.
/
test
/
SemaCXX
/
MicrosoftCompatibilityNoExceptions.cpp
blob: 14e5160e090b0ec130c43b6770caf74db8c885c4 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-compatibility
// expected-no-diagnostics
// PR13153
namespace
std
{}
class
type_info
{};
void
f
()
{
(
void
)
typeid
(
int
);
}