]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Format/multiple-inputs-inplace.cpp
Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3
[FreeBSD/FreeBSD.git] / test / Format / multiple-inputs-inplace.cpp
1 // RUN: cp %s %t-1.cpp
2 // RUN: cp %s %t-2.cpp
3 // RUN: clang-format -style=LLVM -i %t-1.cpp %t-2.cpp
4 // RUN: FileCheck -strict-whitespace -input-file=%t-1.cpp %s
5 // RUN: FileCheck -strict-whitespace -input-file=%t-2.cpp %s
6
7 // CHECK: {{^int\ \*i;}}
8  int   *  i  ;