blob: e81e9624344d014d7a4facf5ae3fc72d6eb525c2 [file] [log] [blame]
Nico Weber3cb667e2015-10-19 16:21:29 +00001// RUN: grep -Ev "// *[A-Z-]+:" %s \
2// RUN: | clang-format -style=LLVM -lines=1:1 -lines=5:5 \
3// RUN: | FileCheck -strict-whitespace %s
Alexander Kornienkoa49732f2013-07-18 22:54:56 +00004// CHECK: {{^int\ \*i;$}}
5 int*i;
6
Daniel Jaspera1036e52015-10-28 01:08:22 +00007// CHECK: {{^int\ \ \*\ \ i;$}}
8int * i;
Alexander Kornienkoa49732f2013-07-18 22:54:56 +00009
Daniel Jaspera1036e52015-10-28 01:08:22 +000010// CHECK: {{^int\ \*i;$}}
11int * i;