Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
26631704d15e2fe19bae8a22939e0a473407c20d
/
.
/
test
/
Sema
/
conditional.c
blob: 3af0fe57b430628955d40c42b8982004b8926f50 [
file
] [
log
] [
blame
]
Chris Lattner
d7d860d
2007-12-18 06:06:23 +0000
[
diff
] [
blame
]
1
// RUN: clang %s -fsyntax-only
2
3
const
char
*
test1
=
1
?
"i"
:
1
==
1
?
"v"
:
"r"
;
4