mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 02:36:05 +00:00
6 lines
111 B
C++
6 lines
111 B
C++
// RUN: rm -f a.c b.c
|
|
|
|
// RUN: not clang-format a.c b.c 2>&1 | FileCheck %s
|
|
// CHECK: a.c:
|
|
// CHECK-NEXT: b.c:
|