Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CXX / expr / expr.const / p3-0x-nowarn.cpp
blobf163c397346bc9d6915b0011dffa8f3589a6243e
1 // RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wno-c++11-narrowing -verify %s
2 // expected-no-diagnostics
4 void f(int x) {
5 switch (x) {
6 case 0x80000001: break;