repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
FrontendC
/
2003-08-29-StructLayoutBug.c
blob
16731945b77c7ce15a843222717c000d83ec231a
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
struct
foo
{
4
unsigned int
I
:
1
;
5
unsigned char
J
[
1
];
6
unsigned int
K
:
1
;
7
};
8
9
void
test
(
struct
foo
*
X
) {}
10