repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
PR3130-cond-constant.c
blob
dbec6509bd252e8dabe69e5ce4e8f0f4b0c61199
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
3
int
a
=
2.0
?
1
:
2
;