xref: /minix3/external/bsd/llvm/dist/clang/test/Format/multiple-inputs.cpp (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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 
5 // CHECK: {{^int\ \*i;}}
6 // CHECK: {{^int\ \*i;}}
7  int   *  i  ;
8