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