android_mt6572_jiabo/external/clang/test/Format/disable-format.cpp
2025-09-05 16:56:03 +08:00

5 lines
137 B
C++

// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=none \
// RUN: | FileCheck -strict-whitespace %s
// CHECK: int i;
int i;