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
/
FrontendC
/
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
); }