2013-04-08 14:45:10 -04:00
|
|
|
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
|
2013-06-10 16:45:12 -04:00
|
|
|
// RUN: clang-format -style=LLVM -i %t.cpp
|
2013-04-08 14:45:10 -04:00
|
|
|
// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
|
|
|
|
|
|
|
|
|
|
// CHECK: {{^int\ \*i;}}
|
|
|
|
|
int * i ;
|