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
/
2007-04-11-PR1321.c
blob
6207ecc1161f939005f3397e6dc4d6dc2d81e7ed
1
// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
2
3
struct
X
{
4
unsigned int
e0
:
17
;
5
unsigned int
e1
:
17
;
6
unsigned int
e2
:
17
;
7
unsigned int
e3
:
17
;
8
unsigned int
e4
:
17
;
9
unsigned int
e5
:
17
;
10
unsigned int
e6
:
17
;
11
unsigned int
e7
:
17
;
12
}
__attribute__
((
packed
))
x
;