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