brintos

brintos / llvm-project-archived public Read only

0
0
Text · 263 B · 74c30db Raw
9 lines · cpp
1// RUN: cp %s %t-1.cpp2// RUN: cp %s %t-2.cpp3// RUN: clang-format -style=LLVM -i %t-1.cpp %t-2.cpp4// RUN: FileCheck -strict-whitespace -input-file=%t-1.cpp %s5// RUN: FileCheck -strict-whitespace -input-file=%t-2.cpp %s6 7// CHECK: {{^int\ \*i;}}8 int   *  i  ;9