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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2007-11-07-CopyAggregateAlign.c
blob
8bd94b00a783ad4f26e6706cf6cb5b55696b7f0a
1
// RUN: %llvmgcc -S %s -o - | grep "align 2" | count 6
2
struct
A
{
char
s
,
t
,
u
,
v
;
short
a
; };
3
void
q
() {
struct
A a
,
b
;
a
=
b
; }