Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
929742338206eec29caa7c20e3c484cc79f18240
/
.
/
test
/
Misc
/
emit-html-insert.c
blob: ac6b519a3a0d139eff33689364d160120ad8c7f5 [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -emit-html -o - | grep ">< 10; }"
int
a
(
int
x
)
{
return
x
<
10
;
}