summaryrefslogtreecommitdiffstats
path: root/test/Format/basic.cpp
blob: e92291d04d4c1bb7e2754bae1927a3f7ee4f2b87 (plain)
1
2
3
4
5
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM \
// RUN:   | FileCheck -strict-whitespace %s

// CHECK: {{^int\ \*i;}}
 int   *  i  ;