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