index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CFrontend
/
2004-03-07-ComplexDivEquals.c
blob: f48269289726b96611a8b31c5840f3c8bb01cc18 (
plain
)
1
2
3
4
void
test
(
__complex__
double
D
,
double
X
) {
D
/=
X
;
}