Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
01e56aecb77a96dcd93fa0e901b919f2e441981d
/
.
/
test
/
Misc
/
emit-html-insert.c
blob: 289c28a5c6d72b2bd7ab64b30030c9a6de76542d [
file
] [
log
] [
blame
]
Daniel Dunbar
a572887
2009-12-15 20:14:24 +0000
[
diff
] [
blame
]
1
// RUN: %clang_cc1 %s -emit-html -o - | grep ">< 10; }"
Eli Friedman
a0978c2
2009-05-18 13:56:52 +0000
[
diff
] [
blame
]
2
3
int
a
(
int
x
)
{
return
x
4
<
10
;
}