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
/
2003-11-20-ComplexDivision.c
blob
51198b81ee2e11bf3fd9901fa5ad6e946a444262
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
int
test
(
void
) {
4
__complex__
double
C
;
5
double
D
;
6
C
/
D
;
7
}