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-05-10-GlobalUnionInit.c
blob
ddd7f5e92475cb6f32fe9da17d6d192954539d83
1
// RUN: %clang_cc1 %s -emit-llvm -o -
2
3
union
A
{
// { uint }
4
union
B
{
double
*
C
; }
D
;
5
}
E
= { { (
double
*)
12312
} };
6