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 %t-1.cpp %t-2.cpp|FileCheck -strict-whitespace %s 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc // CHECK: {{^int\ \*i;}} 6*f4a2713aSLionel Sambuc // CHECK: {{^int\ \*i;}} 7*f4a2713aSLionel Sambuc int * i ; 8