index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
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
;
}