blob: ace528a9166ce57b8f21cdf315fafaf33def9b2c [file] [log] [blame]
Nico Weber3cb667e2015-10-19 16:21:29 +00001// RUN: grep -Ev "// *[A-Z-]+:" %s \
2// RUN: | clang-format -style=LLVM -offset=2 -length=0 -offset=28 -length=0 \
3// RUN: | FileCheck -strict-whitespace %s
Daniel Jasperb7fb5e62013-03-25 09:14:25 +00004// CHECK: {{^int\ \*i;$}}
5 int*i;
6
7// CHECK: {{^\ \ int\ \ \*\ \ i;$}}
8 int * i;
9
10// CHECK: {{^\ \ int\ \*i;$}}
11 int * i;