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] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2009-03-22-increment-bitfield.c
blob
407aea2b77fa7dc884d0d02be41c1e54cadb9a46
1
// RUN: %clang_cc1 -emit-llvm -O1 < %s | grep "ret i32 0"
2
3
int
a
(
void
) {
4
return
++(
struct
x
{
unsigned
x
:
2
;}){
3
}.
x
;
5
}
6
7