repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2007-08-21-ComplexCst.c
blob
0aa04289c3701e6622687b5fe28f6b2e1974579a
1
// RUN: %clang_cc1 -O2 -emit-llvm %s -o /dev/null
2
void
f
(
_Complex
float
z
);
3
void
g
(
void
) {
f
(
1.0
i
); }