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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2004-03-07-ComplexDivEquals.c
blob
e2cd539a80abe56ca89add5073164b7c55dbb5cc
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
4
void
test
(
__complex__
double
D
,
double
X
) {
5
D
/=
X
;
6
}