etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / dist / clang / test / FixIt / fixit-newline-style.c
blobc43eb3789e680b317431c50d2cc42e9b5d370ff0
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() {
9 ddd: