blob: a1e8cd150887b38566e64fa8775629529838e80b [file] [log] [blame]
Nico Weber3cb667e2015-10-19 16:21:29 +00001// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=none \
2// RUN: | FileCheck -strict-whitespace %s
Daniel Jasper94ea5bb12014-05-22 15:13:48 +00003
4// CHECK: int i;
5int i;