Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Format / basic.cpp
blobe92291d04d4c1bb7e2754bae1927a3f7ee4f2b87
1 // RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM \
2 // RUN: | FileCheck -strict-whitespace %s
4 // CHECK: {{^int\ \*i;}}
5 int * i ;