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
/
2003-11-20-ComplexDivision.c
blob: 3204271e4ee6506d6d3755cf50686bf70047a90e (
plain
)
1
2
3
4
5
int
test
() {
__complex__
double
C
;
double
D
;
C
/
D
;
}