[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Format / ranges.cpp
blob66b984e037b3c5f8be5d60761add86d2da4b9197
1 // 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
4 // CHECK: {{^int\ \*i;$}}
5 int*i;
7 // CHECK: {{^int\ \ \*\ \ i;$}}
8 int * i;
10 // CHECK: {{^int\ \*i;$}}
11 int * i;