1 // RUN: rm -f a.c b.c 2 3 // RUN: not clang-format a.c b.c 2>&1 | FileCheck %s 4 // CHECK: a.c: 5 // CHECK-NEXT: b.c: 6