Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
clang
/
test
/
Sema
/
eval-info.c
blob: 7f4de4b9082075667e7587ec898c5a384757e8a4 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -fsyntax-only -triple x86_64-unknown-windows-msvc -verify
// expected-no-diagnostics
// Make sure the new constant interpolator is not enabled unintentionally
// to cause assertion.
typedef
enum
x
{
a
=
1
,
}
x
;