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
/
2007-08-21-ComplexCst.c
blob: 7ddd87c08e4854b48b1788c297727905133c27b4 (
plain
)
1
2
3
// RUN: %llvmgcc -O2 -c %s -o /dev/null
void
f
(
_Complex
float
z
);
void
g
()
{
f
(
1.0
i
);
}