repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
MicrosoftCompatibilityNoExceptions.cpp
blob
14e5160e090b0ec130c43b6770caf74db8c885c4
1
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-compatibility
2
// expected-no-diagnostics
3
4
// PR13153
5
namespace
std
{}
6
class
type_info
{};
7
void
f
() {
8
(
void
)
typeid
(
int
);
9
}