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
/
2008-02-08-bitfield-bug.c
blob
1549b7248b8145a2b499bf9cdeed3e2421ed2b59
1
// RUN: %clang_cc1 %s -emit-llvm -o %t
2
3
struct
test
{
4
unsigned
a
:
1
;
5
unsigned
b
:
1
;
6
};
7
8
struct
test
*
t
;
9