blob: e92291d04d4c1bb7e2754bae1927a3f7ee4f2b87 [file] [log] [blame]
Nico Weber3cb667e2015-10-19 16:21:29 +00001// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM \
2// RUN: | FileCheck -strict-whitespace %s
Daniel Jasperb7fb5e62013-03-25 09:14:25 +00003
4// CHECK: {{^int\ \*i;}}
5 int * i ;