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
/
2005-09-20-ComplexConstants.c
blob
a23ccee0de2ed70c91fc4f85a8a94a214a447fc8
1
// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
2
3
const double
_Complex x
[] = {
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
};
4