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
Improve compatibility with older versions of Windows.
[llvm/msp430.git]
/
test
/
FrontendC
/
2004-11-25-UnnamedBitfieldPadding.c
blob
b3f4a829a9ebae99f6d3b6dafe119fa03841b184
1
// RUN: %llvmgcc -S %s -o /dev/null
2
// This is a testcase for PR461
3
typedef
struct
{
4
unsigned
min_align
:
1
;
5
unsigned
:
1
;
6
}
addr_diff_vec_flags
;
7
8
addr_diff_vec_flags X
;