xref: /minix3/external/bsd/llvm/dist/clang/test/Format/disable-format.cpp (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
2*0a6a1f1dSLionel Sambuc // RUN: clang-format -style=none -i %t.cpp
3*0a6a1f1dSLionel Sambuc // RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
4*0a6a1f1dSLionel Sambuc 
5*0a6a1f1dSLionel Sambuc // CHECK: int   i;
6*0a6a1f1dSLionel Sambuc int   i;
7