Nico Weber | 3cb667e | 2015-10-19 16:21:29 +0000 | [diff] [blame] | 1 | // RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM \ |
2 | // RUN: | FileCheck -strict-whitespace %s | ||||
Daniel Jasper | b7fb5e6 | 2013-03-25 09:14:25 +0000 | [diff] [blame] | 3 | |
4 | // CHECK: {{^int\ \*i;}} | ||||
5 | int * i ; |