brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · 7f4de4b Raw
10 lines · c
1// RUN: %clang_cc1 %s -fsyntax-only -triple x86_64-unknown-windows-msvc -verify2 3// expected-no-diagnostics4 5// Make sure the new constant interpolator is not enabled unintentionally6// to cause assertion.7typedef enum x {8  a = 1,9} x;10