[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / FixIt / fixit-newline-style.c
blob8c5f424c39873e764c709fc3f29b6957d7040c5d
1 // RUN: %clang_cc1 -pedantic -Wunused-label -x c %s 2>&1 | FileCheck %s -strict-whitespace
3 // This file intentionally uses a CRLF newline style
4 // <rdar://problem/12639047>
5 // CHECK: warning: unused label 'ddd'
6 // CHECK-NEXT: {{^ ddd:}}
7 // CHECK-NEXT: {{^ \^~~~$}}
8 void f(void) {
9 ddd: