index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
PR3130-cond-constant.c
blob: 7aa2ce1bc06bf1f6a5e202cccec3d815833f7cd2 (
plain
)
1
2
3
// RUN: clang -emit-llvm %s -o -
int
a
=
2.0
?
1
:
2
;