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
/
2011-03-02-UnionInitializer.c
blob
3c112e0a47f0f01754e196f8b8cea76e70cafec1
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
union
{
int
:
3
;
double
f
; }
u17_017
= {
17.17
};