mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 14:06:08 +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:
|