Sign in
llvm
/
llvm-project
/
clang
/
27d389b54701f2e9a03e4f87c3f3de42a0c28d85
/
.
/
test
/
Format
/
disable-format.cpp
blob: a1e8cd150887b38566e64fa8775629529838e80b [
file
]
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=none \
// RUN: | FileCheck -strict-whitespace %s
// CHECK: int i;
int
i
;