Sign in
ara-mdk
/
platform
/
external
/
clang
/
f72663fc962c1c27a4793ebd3d2e3d81a4f4e984
/
.
/
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
);
}