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-03-26-BitfieldAfterZeroWidth.c
blob
b4a42d989294cdd5a1f547211e162b7887f3feb8
1
// RUN: %clang_cc1 %s -emit-llvm -o -
2
struct
W
{};
3
struct
Y
{
4
struct
W w
;
5
int
i
:
1
;
6
}
__attribute__
((
packed
))
y
;