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