Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp-clang
/
5edbdc3848abd97f3b6b3c510b3f4b48decc0ab7
/
.
/
test
/
Format
/
disable-format.cpp
blob: a1e8cd150887b38566e64fa8775629529838e80b [
file
] [
log
] [
blame
]
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=none \
// RUN: | FileCheck -strict-whitespace %s
// CHECK: int i;
int
i
;