multiple-inputs.cpp 195 B

1234567
  1. // RUN: cp %s %t-1.cpp
  2. // RUN: cp %s %t-2.cpp
  3. // RUN: clang-format -style=LLVM %t-1.cpp %t-2.cpp|FileCheck -strict-whitespace %s
  4. // CHECK: {{^int\ \*i;}}
  5. // CHECK: {{^int\ \*i;}}
  6. int * i ;