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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Sema
/
eval-info.c
blob
7f4de4b9082075667e7587ec898c5a384757e8a4
1
// RUN: %clang_cc1 %s -fsyntax-only -triple x86_64-unknown-windows-msvc -verify
2
3
// expected-no-diagnostics
4
5
// Make sure the new constant interpolator is not enabled unintentionally
6
// to cause assertion.
7
typedef
enum
x
{
8
a
=
1
,
9
}
x
;