Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / FixIt / fixit-newline-style.c
blob61e4df67e85bacb88182e0e88bf85a4fa8852ccb
1 // RUN: %clang_cc1 -pedantic -Wunused-label -fno-diagnostics-show-line-numbers -x c %s 2>&1 | FileCheck %s -strict-whitespace
3 // This file intentionally uses a CRLF newline style
4 // CHECK: warning: unused label 'ddd'
5 // CHECK-NEXT: {{^ ddd:}}
6 // CHECK-NEXT: {{^ \^~~~$}}
7 // CHECK-NOT: {{^ ;}}
8 void f(void) {
9 ddd: