[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Format / disable-format.cpp
bloba1e8cd150887b38566e64fa8775629529838e80b
1 // RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=none \
2 // RUN: | FileCheck -strict-whitespace %s
4 // CHECK: int i;
5 int i;