1*f4a2713aSLionel Sambuc // RUN: cp %s %t-1.cpp 2*f4a2713aSLionel Sambuc // RUN: cp %s %t-2.cpp 3*f4a2713aSLionel Sambuc // RUN: clang-format -style=LLVM -i %t-1.cpp %t-2.cpp 4*f4a2713aSLionel Sambuc // RUN: FileCheck -strict-whitespace -input-file=%t-1.cpp %s 5*f4a2713aSLionel Sambuc // RUN: FileCheck -strict-whitespace -input-file=%t-2.cpp %s 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc // CHECK: {{^int\ \*i;}} 8*f4a2713aSLionel Sambuc int * i ; 9