Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
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
;
}