blob: 375bbd2ec71add897a91d1fdfff1cb848056978e [file] [log] [blame]
Daniel Jasper0ff72fc2013-03-25 09:14:25 +00001// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
2// RUN: clang-format -i %t.cpp
3// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
4
5// CHECK: {{^int\ \*i;}}
6 int * i ;