Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp-clang
/
5edbdc3848abd97f3b6b3c510b3f4b48decc0ab7
/
.
/
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
(;