1 // RUN: grep -Ev "// *[A-Z-]+:" %s \
2 // RUN: | clang-format -style="{BasedOnStyle: LLVM, SortIncludes: true}" -lines=1:5 \
3 // RUN: | FileCheck -strict-whitespace %s
4 // CHECK: {{^#include\ <a>$}}
6 // CHECK: {{^#include\ <b>$}}
12 // CHECK: {{^\ \ int x\ \ ;$}}