blob: a12866b9c1e41f3456b6009be89d8e4b998eb19f [file] [log] [blame]
Daniel Jasper0ff72fc2013-03-25 09:14:25 +00001// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
Daniel Jasperc6d82ca2013-04-12 10:12:01 +00002// RUN: clang-format -style=LLVM -i %t.cpp
Daniel Jasper0ff72fc2013-03-25 09:14:25 +00003// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
4
5// CHECK: {{^int\ \*i;}}
6 int * i ;