xref: /llvm-project/clang/test/Sema/eval-info.c (revision ded249049429a26d3748926c04bd7169f0170714)
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;
10