brintos

brintos / llvm-project-archived public Read only

0
0
Text · 195 B · df26714 Raw
8 lines · cpp
1// RUN: cp %s %t-1.cpp2// RUN: cp %s %t-2.cpp3// RUN: clang-format -style=LLVM %t-1.cpp %t-2.cpp|FileCheck -strict-whitespace %s4 5// CHECK: {{^int\ \*i;}}6// CHECK: {{^int\ \*i;}}7 int   *  i  ;8