Sign in
llvm
/
llvm-project
/
47f230ba2c8ff0e45e025163862ad699746b0ab0
/
.
/
clang
/
test
/
Format
/
incomplete.cpp
blob: f92d5761937305aad93a50de58a90bce13b4ca11 [
file
] [
log
] [
blame
]
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -cursor=0 \
// RUN: | FileCheck -strict-whitespace %s
// CHECK: {{"IncompleteFormat": true, "Line": 2}}
// CHECK: {{^int\ \i;$}}
int
i
;
// CHECK: {{^f \( g \(;$}}
f
(
g
(;