2015-10-20 00:21:29 +08:00
|
|
|
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -cursor=6 \
|
|
|
|
// RUN: | FileCheck -strict-whitespace %s
|
2015-11-23 16:50:52 +08:00
|
|
|
// CHECK: {{^\{ "Cursor": 3, }}
|
2013-05-21 20:21:39 +08:00
|
|
|
// CHECK: {{^int\ \i;$}}
|
|
|
|
int i;
|