blob: 59484b3df16d221b8654ca089b9dabc686cfabf5 [file] [log] [blame]
Stephen Hines6bcf27b2014-05-29 04:14:42 -07001// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
2// RUN: clang-format -style=none -i %t.cpp
3// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
4
5// CHECK: int i;
6int i;