xref: /llvm-project/clang/test/Format/disable-format.cpp (revision 3cb667edaa8f48a4fea61252458ba50166ba1f67)
1*3cb667edSNico Weber // RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=none \
2*3cb667edSNico Weber // RUN:   | FileCheck -strict-whitespace %s
394ea5bb1SDaniel Jasper 
494ea5bb1SDaniel Jasper // CHECK: int   i;
594ea5bb1SDaniel Jasper int   i;
6