2015-10-20 00:21:29 +08:00
|
|
|
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -cursor=0 \
|
|
|
|
// RUN: | FileCheck -strict-whitespace %s
|
2015-05-10 15:47:19 +08:00
|
|
|
// CHECK: {{"IncompleteFormat": true}}
|
|
|
|
// CHECK: {{^int\ \i;$}}
|
|
|
|
int i;
|
|
|
|
// CHECK: {{^f \( g \(;$}}
|
|
|
|
f ( g (;
|