repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
FrontendC
/
2007-03-26-BitfieldAfterZeroWidth.c
blob
9b6a8690a336f0460ac60fd0dd955958b8b4c021
1
// RUN: %llvmgcc %s -S -o -
2
struct
W
{};
3
struct
Y
{
4
struct
W w
;
5
int
i
:
1
;
6
}
__attribute__
((
packed
))
y
;