Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
CodeGen
/
PR3130-cond-constant.c
blob: e488eeb37f67775129d7269ec057653fa70b059c [
file
] [
log
] [
blame
]
Daniel Dunbar
d7d5f02
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -emit-llvm %s -o -
Anders Carlsson
9e09f5d
2008-12-05 05:09:56 +0000
[
diff
] [
blame
]
2
3
int
a
=
2.0
?
1
:
2
;