Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Format
/
basic.cpp
blob: e92291d04d4c1bb7e2754bae1927a3f7ee4f2b87 [
file
] [
log
] [
blame
]
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM \
// RUN: | FileCheck -strict-whitespace %s
// CHECK: {{^int\ \*i;}}
int
*
i
;