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