Sign in
fuchsia
/
third_party
/
swift-clang
/
refs/tags/swift-4.0-DEVELOPMENT-SNAPSHOT-2017-08-31-a
/
.
/
test
/
Misc
/
emit-html-insert.c
blob: 289c28a5c6d72b2bd7ab64b30030c9a6de76542d [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }"
int
a
(
int
x
)
{
return
x
<
10
;
}