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
/
2008-03-26-PackedBitFields.c
blob
7214281d020c4926fd3775b82bc94ba21d484741
1
// RUN: %llvmgcc %s -S -o -
2
3
4
struct
S1757
{
5
long double
c
;
6
long int
__attribute__
((
packed
))
e
:
28
;
7
}
x
;